|
1 | 1 | <template> |
2 | 2 | <footer class="border-t border-border mt-auto"> |
3 | 3 | <div class="container py-3 sm:py-8 flex flex-col gap-2 sm:gap-4 text-fg-subtle text-sm"> |
4 | | - <div class="flex flex-col sm:flex-row items-center justify-start gap-2 sm:gap-4"> |
| 4 | + <div class="flex flex-col sm:flex-row items-center justify-between gap-2 sm:gap-4"> |
5 | 5 | <p class="font-mono m-0 hidden sm:block">{{ $t('tagline') }}</p> |
6 | | - <span aria-hidden="true" class="flex-shrink-1 flex-grow-1" /> |
7 | | - <div class="flex items-center justify-start gap-3 sm:gap-6"> |
| 6 | + <div class="flex items-center gap-3 sm:gap-6"> |
8 | 7 | <NuxtLink |
9 | 8 | to="/about" |
10 | 9 | class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center" |
11 | 10 | > |
12 | | - <span>{{ $t('footer.about') }}</span> |
| 11 | + {{ $t('footer.about') }} |
13 | 12 | </NuxtLink> |
14 | 13 | <a |
15 | 14 | href="https://docs.npmx.dev" |
16 | 15 | target="_blank" |
17 | 16 | rel="noopener noreferrer" |
18 | | - class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center justify-start gap-1" |
| 17 | + class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center gap-1" |
19 | 18 | > |
20 | | - <span>{{ $t('footer.docs') }}</span> |
| 19 | + {{ $t('footer.docs') }} |
21 | 20 | <span class="i-carbon:launch rtl-flip w-3 h-3" aria-hidden="true" /> |
22 | 21 | </a> |
23 | 22 | <a |
24 | 23 | href="https://repo.npmx.dev" |
25 | 24 | target="_blank" |
26 | 25 | rel="noopener noreferrer" |
27 | | - class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex justify-start items-center gap-1" |
| 26 | + class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center gap-1" |
28 | 27 | > |
29 | | - <span>{{ $t('footer.source') }}</span> |
| 28 | + {{ $t('footer.source') }} |
30 | 29 | <span class="i-carbon:launch rtl-flip w-3 h-3" aria-hidden="true" /> |
31 | 30 | </a> |
32 | 31 | <a |
33 | 32 | href="https://social.npmx.dev" |
34 | 33 | target="_blank" |
35 | 34 | rel="noopener noreferrer" |
36 | | - class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center justify-start gap-1" |
| 35 | + class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center gap-1" |
37 | 36 | > |
38 | | - <span>{{ $t('footer.social') }}</span> |
| 37 | + {{ $t('footer.social') }} |
39 | 38 | <span class="i-carbon:launch rtl-flip w-3 h-3" aria-hidden="true" /> |
40 | 39 | </a> |
41 | 40 | <a |
42 | 41 | href="https://chat.npmx.dev" |
43 | 42 | target="_blank" |
44 | 43 | rel="noopener noreferrer" |
45 | | - class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center justify-start gap-1" |
| 44 | + class="link-subtle font-mono text-xs min-h-8 sm:min-h-11 flex items-center gap-1" |
46 | 45 | > |
47 | | - <span>{{ $t('footer.chat') }}</span> |
| 46 | + {{ $t('footer.chat') }} |
48 | 47 | <span class="i-carbon:launch rtl-flip w-3 h-3" aria-hidden="true" /> |
49 | 48 | </a> |
50 | 49 | </div> |
|
0 commit comments