Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-phi committed Dec 31, 2023
1 parent 76a3725 commit 0f3d97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/global/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MEGAMOJI
</h1>
<p class="description">
カスタム絵文字をサクッと作れる<span class="nya">🐱</span>
カスタム絵文字をサクッと作れる<span class="nya">🎍</span>
</p>
</header>
</template>
Expand Down Expand Up @@ -43,7 +43,7 @@
.nya:hover::after {
color: var(--border);
content: " < nya!";
content: " < Happy New-nya! 🐱";
}
@keyframes nya {
Expand Down

0 comments on commit 0f3d97e

Please sign in to comment.