@@ -3,7 +3,7 @@ import { Image } from 'astro:assets';
33---
44
55<footer class =" bg-black" >
6- <div class =" container flex flex-wrap gap-4 items-center justify-between py-5" >
6+ <div class =" container flex flex-wrap items-center justify-between gap-4 py-5" >
77 <a href =" https://craftgate.io" >
88 <Image src =" /images/logo.svg" width ={ 135 } height ={ 32 } alt =" Craftgate" />
99 </a >
@@ -12,7 +12,7 @@ import { Image } from 'astro:assets';
1212 <li >
1313 <a
1414 href =" https://github.com/craftgate"
15- class =" flex gap-1.5 items-center "
15+ class =" flex items-center gap-1.5"
1616 target =" _blank"
1717 rel =" noopener noreferrer"
1818 >
@@ -23,13 +23,13 @@ import { Image } from 'astro:assets';
2323 class =" h-4 w-auto"
2424 alt =" Craftgate Github"
2525 />
26- Github
26+ Github
2727 </a >
2828 </li >
2929 <li >
3030 <a
3131 href =" https://twitter.com/craftgateio"
32- class =" flex gap-1.5 items-center "
32+ class =" flex items-center gap-1.5"
3333 target =" _blank"
3434 rel =" noopener noreferrer"
3535 >
@@ -40,13 +40,13 @@ import { Image } from 'astro:assets';
4040 class =" h-4 w-auto"
4141 alt =" Craftgate Twitter"
4242 />
43- Twitter
43+ Twitter
4444 </a >
4545 </li >
4646 <li >
4747 <a
4848 href =" https://www.linkedin.com/company/craftgate"
49- class =" flex gap-1.5 items-center "
49+ class =" flex items-center gap-1.5"
5050 target =" _blank"
5151 rel =" noopener noreferrer"
5252 >
@@ -57,13 +57,13 @@ import { Image } from 'astro:assets';
5757 class =" h-4 w-auto"
5858 alt =" Craftgate Linkedin"
5959 />
60- Linkedin
60+ Linkedin
6161 </a >
6262 </li >
6363 <li >
6464 <a
6565 href =" https://www.instagram.com/craftgateio"
66- class =" flex gap-1.5 items-center "
66+ class =" flex items-center gap-1.5"
6767 target =" _blank"
6868 rel =" noopener noreferrer"
6969 >
@@ -74,13 +74,13 @@ import { Image } from 'astro:assets';
7474 class =" h-4 w-auto"
7575 alt =" Craftgate Instagram"
7676 />
77- Instagram
77+ Instagram
7878 </a >
7979 </li >
8080 <li >
8181 <a
8282 href =" https://www.youtube.com/@craftgateio"
83- class =" flex gap-1.5 items-center "
83+ class =" flex items-center gap-1.5"
8484 target =" _blank"
8585 rel =" noopener noreferrer"
8686 >
@@ -91,7 +91,7 @@ import { Image } from 'astro:assets';
9191 class =" h-3.5 w-auto"
9292 alt =" Craftgate Youtube"
9393 />
94- Youtube
94+ Youtube
9595 </a >
9696 </li >
9797 </ul >
0 commit comments