We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8720f6 commit d75c6a8Copy full SHA for d75c6a8
src/components/Footer.vue
@@ -11,12 +11,14 @@
11
</a>
12
<span> © {{ new Date().getFullYear() }}</span>
13
</p>
14
- <p class="flex flex-col sm:flex-row items-center space-x-1 space-y-2 sm:space-y-0 mt-2">
+ <div
15
+ class="flex flex-col sm:flex-row items-center space-x-1 space-y-2 sm:space-y-0 mt-2"
16
+ >
17
<div class="flex items-center space-x-1">
18
<carbon:logo-twitter class="text-emerald-500" />
19
<span>
20
<a
- href="https://twitter.com/xiaoluoboding"
21
+ href="https://twitter.com/robert_shaw_x"
22
class="text-neon"
23
target="_blank"
24
>
@@ -50,7 +52,7 @@
50
52
51
53
</span>
54
</div>
- </p>
55
+ </div>
56
57
</footer>
58
</template>
0 commit comments