File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
resources/views/components Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,12 @@ class="h-0.5 w-full rounded-full bg-current opacity-5"
248248 ></div >
249249
250250 <nav
251- class =" mt-4 flex flex-wrap items-center justify-center gap-2.5 "
251+ class =" mt-4 mx-auto flex "
252252 aria-label =" Social media"
253253 >
254- <x-social-networks-all />
254+ <div class =" grid grid-cols-4 justify-items-center gap-4" >
255+ <x-social-networks-all />
256+ </div >
255257 </nav >
256258 </div >
257259 </div >
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ class="size-[1.4rem] text-black transition duration-200 group-hover:text-violet-
2424
2525<div >
2626 <a
27- href =" https://bsky.app/profile/ nativephp.com "
28- title =" Bluesky "
27+ href =" https://github.com/ nativephp"
28+ title =" Source code of NativePHP "
2929 class =" group dark:hover:bg-haiti inline-grid size-10 place-items-center rounded-xl bg-zinc-200/80 transition duration-200 hover:bg-gray-200/70 dark:bg-gray-700/40"
3030 >
31- <x-icons .bluesky
32- class =" size-[1.1rem] text-black transition duration-200 group-hover:text-violet-400 dark:text-white"
31+ <x-icons .github
32+ class =" size-[1.1rem] transition duration-200 group-hover:text-violet-400 dark:text-white"
3333 />
3434 </a >
3535</div >
@@ -60,12 +60,12 @@ class="size-[1.1rem] text-black transition duration-200 group-hover:text-violet-
6060
6161<div >
6262 <a
63- href =" https://github.com/ nativephp"
64- title =" Source code of NativePHP "
63+ href =" https://bsky.app/profile/ nativephp.com "
64+ title =" Bluesky "
6565 class =" group dark:hover:bg-haiti inline-grid size-10 place-items-center rounded-xl bg-zinc-200/80 transition duration-200 hover:bg-gray-200/70 dark:bg-gray-700/40"
6666 >
67- <x-icons .github
68- class =" size-[1.1rem] transition duration-200 group-hover:text-violet-400 dark:text-white"
67+ <x-icons .bluesky
68+ class =" size-[1.1rem] text-black transition duration-200 group-hover:text-violet-400 dark:text-white"
6969 />
7070 </a >
7171</div >
You can’t perform that action at this time.
0 commit comments