File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed
Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ import instagramIcon from '/icons/instagram.svg'
2424 id =" titleNav"
2525 class =" mb-10 flex flex-col items-center justify-between md:flex-row"
2626 >
27- <h3
27+ <router-link
28+ to =" /"
2829 class =" mb-8 cursor-pointer text-4xl font-bold text-white subpixel-antialiased transition duration-300 hover:scale-110 hover:text-k-main md:mb-0 md:text-3xl"
2930 >
3031 KIIIBS
31- </h3 >
32+ </router-link >
3233 <nav
3334 class =" flex flex-col items-center justify-between gap-6 md:flex-row md:items-start md:gap-10"
3435 >
@@ -68,13 +69,28 @@ import instagramIcon from '/icons/instagram.svg'
6869 </p >
6970 <nav class =" flex flex-row gap-4 md:self-end" >
7071 <a class =" transition duration-300 hover:-translate-y-0.5" href =" " >
71- <img loading =" lazy" class =" aspect-square h-6" :src =" facebookIcon" alt =" " />
72+ <img
73+ loading =" lazy"
74+ class =" aspect-square h-6"
75+ :src =" facebookIcon"
76+ alt =" "
77+ />
7278 </a >
7379 <a class =" transition duration-300 hover:-translate-y-0.5" href =" " >
74- <img loading =" lazy" class =" aspect-square h-6" :src =" twitterIcon" alt =" " />
80+ <img
81+ loading =" lazy"
82+ class =" aspect-square h-6"
83+ :src =" twitterIcon"
84+ alt =" "
85+ />
7586 </a >
7687 <a class =" transition duration-300 hover:-translate-y-0.5" href =" " >
77- <img loading =" lazy" class =" aspect-square h-6" :src =" instagramIcon" alt =" " />
88+ <img
89+ loading =" lazy"
90+ class =" aspect-square h-6"
91+ :src =" instagramIcon"
92+ alt =" "
93+ />
7894 </a >
7995 </nav >
8096 </div >
You can’t perform that action at this time.
0 commit comments