|
1 | 1 | <template>
|
2 | 2 | <nav
|
3 |
| - class="fixed bottom-[50px] gap-4 flex-col pl-4 justify-end w-10 hidden xl:flex" |
| 3 | + class="fixed bottom-[50px] gap-4 flex-col pl-4 justify-end w-10 hidden xl:flex z-30" |
4 | 4 | >
|
5 | 5 | <a
|
| 6 | + target="_blank" |
6 | 7 | href="https://discord.gg/WxXW9Jvv6k?ref=frontend.mu"
|
7 |
| - class="text-[#5865f2] text-sm md:text-normal hover:animate-bounce" |
| 8 | + class="text-verse-500 dark:text-verse-200 text-sm md:text-normal hover:animate-bounce hover:ease-in-out hover:delay-200" |
8 | 9 | >
|
9 | 10 | <IconDiscord class="w-6" />
|
10 | 11 | </a>
|
11 | 12 |
|
12 | 13 | <a
|
| 14 | + target="_blank" |
13 | 15 | href="https://github.com/Front-End-Coders-Mauritius?ref=frontend.mu"
|
14 |
| - class="text-[#333] text-sm md:text-normal dark:text-white hover:animate-bounce" |
| 16 | + class="text-verse-500 dark:text-verse-200 text-sm md:text-normal hover:animate-bounce hover:ease-in-out hover:delay-200" |
15 | 17 | >
|
16 | 18 | <IconGithub class="w-6" />
|
17 | 19 | </a>
|
18 | 20 |
|
19 | 21 | <a
|
| 22 | + target="_blank" |
20 | 23 | href="https://chat.whatsapp.com/invite/0kQ2QX0ZQ0j1YQ4X6Q4Q4Q"
|
21 |
| - class="text-[#25D366] text-sm md:text-normal hover:animate-bounce" |
| 24 | + class="text-verse-500 dark:text-verse-200 text-sm md:text-normal hover:animate-bounce hover:ease-in-out hover:delay-200" |
22 | 25 | >
|
23 | 26 | <IconWhatsappCommunity class="w-6" />
|
24 | 27 | </a>
|
25 | 28 |
|
26 | 29 | <a
|
| 30 | + target="_blank" |
27 | 31 | href="https://twitter.com/frontendmu"
|
28 |
| - class="text-[#1DA1F2] text-sm md:text-normal hover:animate-bounce" |
| 32 | + class="text-verse-500 dark:text-verse-200 text-sm md:text-normal hover:animate-bounce hover:ease-in-out hover:delay-200" |
29 | 33 | >
|
30 |
| - <IconTwitter class="w-6" /> |
| 34 | + <IconSocialTwitter class="w-6" /> |
31 | 35 | </a>
|
32 | 36 |
|
33 | 37 | <a
|
| 38 | + target="_blank" |
34 | 39 | href="https://www.instagram.com/frontend.mu/?ref=frontend.mu"
|
35 |
| - class="text-[#d6249f] text-sm md:text-normal hover:animate-bounce" |
| 40 | + class="text-verse-500 dark:text-verse-200 text-sm md:text-normal hover:animate-bounce hover:ease-in-out hover:delay-200" |
36 | 41 | >
|
37 | 42 | <IconInstagram class="w-6" />
|
38 | 43 | </a>
|
39 | 44 |
|
40 | 45 | <a
|
| 46 | + target="_blank" |
41 | 47 | href="https://www.linkedin.com/company/81846464/admin/?ref=frontend.mu"
|
42 |
| - class="text-[#007db1] text-sm md:text-normal hover:animate-bounce" |
| 48 | + class="text-verse-500 dark:text-verse-200 text-sm md:text-normal hover:animate-bounce hover:ease-in-out hover:delay-200" |
43 | 49 | >
|
44 | 50 | <IconLinkedin class="w-6" />
|
45 | 51 | </a>
|
|
0 commit comments