mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-28 16:56:01 +01:00
Fix mail block
This commit is contained in:
@@ -42,11 +42,13 @@ const socials = [
|
||||
</div>
|
||||
<div class="flex flex-col md:flex-row gap-2 md:items-center">
|
||||
<h4>Or send me an email:</h4>
|
||||
<HomeLink
|
||||
label="arthurdanjou@outlook.fr"
|
||||
href="mailto:arthurdanjou@outlook.fr"
|
||||
blanked
|
||||
/>
|
||||
<div class="flex">
|
||||
<HomeLink
|
||||
blanked
|
||||
href="mailto:arthurdanjou@outlook.fr"
|
||||
label="arthurdanjou@outlook.fr"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-8 w-full flex justify-center text-xs">
|
||||
|
||||
Reference in New Issue
Block a user