mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 21:28:39 +01:00
Improve main page
This commit is contained in:
@@ -34,7 +34,7 @@ const socials = [
|
||||
<div class="space-y-4">
|
||||
<div class="flex flex-col md:flex-row gap-2 md:items-center">
|
||||
<h1>Find me on:</h1>
|
||||
<div class="flex gap-4">
|
||||
<div class="flex gap-4 flex-wrap">
|
||||
<HomeLink
|
||||
v-for="social in socials.sort((a, b) => a.label.localeCompare(b.label))"
|
||||
:key="social.label"
|
||||
|
||||
Reference in New Issue
Block a user