Skip to content

Commit d75c6a8

Browse files
committedOct 15, 2024·
fix: fixed docs
1 parent f8720f6 commit d75c6a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎src/components/Footer.vue

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
</a>
1212
<span> © {{ new Date().getFullYear() }}</span>
1313
</p>
14-
<p class="flex flex-col sm:flex-row items-center space-x-1 space-y-2 sm:space-y-0 mt-2">
14+
<div
15+
class="flex flex-col sm:flex-row items-center space-x-1 space-y-2 sm:space-y-0 mt-2"
16+
>
1517
<div class="flex items-center space-x-1">
1618
<carbon:logo-twitter class="text-emerald-500" />
1719
<span>
1820
<a
19-
href="https://twitter.com/xiaoluoboding"
21+
href="https://twitter.com/robert_shaw_x"
2022
class="text-neon"
2123
target="_blank"
2224
>
@@ -50,7 +52,7 @@
5052
</a>
5153
</span>
5254
</div>
53-
</p>
55+
</div>
5456
</div>
5557
</footer>
5658
</template>

0 commit comments

Comments
 (0)
Please sign in to comment.