mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-01 16:29:32 +01:00
feat: update Location component styles and improve localization message clarity
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="md:max-w-2/3 shadow-lg rounded-xl border border-gray-200 dark:border-gray-700 overflow-hidden relative z-10">
|
<div class="md:max-w-2/3 shadow-lg rounded-xl border border-gray-200 dark:border-gray-700 overflow-hidden relative z-10">
|
||||||
<NuxtImg class="rounded-xl" src="/location.png" />
|
<NuxtImg class="rounded-xl" src="/location.png" />
|
||||||
<div class="size-14 rounded-full border-2 border-black absolute z-50 top-2/5 -translate-y-1/2 left-1/5 -translate-x-1/2 animate-bounce">
|
<div class="size-12 rounded-full border-2 border-sky-500 absolute z-50 top-2/5 -translate-y-1/2 left-1/5 -translate-x-1/2 animate-bounce">
|
||||||
<NuxtImg src="/arthur pro.webp" class="rounded-full" />
|
<NuxtImg src="/arthur pro.webp" class="rounded-full" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
"location": "I'm currently based in {location}. See below for more details.",
|
"location": "I'm currently based in {location}. See below for more details.",
|
||||||
"contact": "There are different ways to contact me. Here is a list:",
|
"contact": "There are different ways to contact me. Here is a list:",
|
||||||
"duplicated": {
|
"duplicated": {
|
||||||
"title": "⚠️ I detected duplicated messages",
|
"title": "⚠️ I have detected duplicated messages",
|
||||||
"description": "I have therefore removed the older duplicated messages to lighten the application."
|
"description": "I have therefore removed the older duplicated messages to lighten the application."
|
||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
|
|||||||
Reference in New Issue
Block a user