Skip to content

Commit

Permalink
fix: miss header class
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 23, 2023
1 parent a3475b8 commit 74c086e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div i-logos-unocss animate-duration-2000 animate-count-infinite text-3xl />
</div>
<h1 text="#bbb" fcc gap-2>
<div fcc class="animate-count-infinite" :class="{ 'children-animate-none': !isOpenAnimate }">
<div fcc class="children-animate-count-infinite" :class="{ 'children-animate-none': !isOpenAnimate }">
<div animate-light-speed-in-left>
U
</div>
Expand All @@ -26,7 +26,7 @@
</div>
</div>

<div fcc class="animate-count-infinite" :class="{ 'children-animate-none': !isOpenAnimate }">
<div fcc class="children-animate-count-infinite" :class="{ 'children-animate-none': !isOpenAnimate }">
<div animate-light-speed-in-left>
A
</div>
Expand Down

0 comments on commit 74c086e

Please sign in to comment.