Skip to content

Commit

Permalink
feat: v4.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 28, 2024
1 parent f1b8371 commit 0c94163
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.37.0",
"version": "4.37.1",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/components/layout/desktop/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
margin: 0 $gap;
width: 2rem;
height: 2rem;
line-height: 2rem;
&.menu {
cursor: none;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/about/mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</ulink>
<ulink class="item center instagram" :href="VALUABLE_LINKS.INSTAGRAM">
<i class="iconfont icon-instagram" />
<span class="text">Instagram</span>
<span class="text">IG</span>
</ulink>
<ulink class="item center twitter" :href="VALUABLE_LINKS.TWITTER">
<i class="iconfont icon-twitter-x" />
Expand Down Expand Up @@ -265,7 +265,7 @@
.item {
width: 100%;
padding: $gap;
padding: $gap-sm;
border-radius: $radius-lg;
overflow: hidden;
background-color: $module-bg-opaque;
Expand Down

0 comments on commit 0c94163

Please sign in to comment.