This commit is contained in:
@ -3,7 +3,7 @@ import { useTranslations } from "@i18n/utils";
|
||||
const t = useTranslations(Astro.url);
|
||||
---
|
||||
|
||||
<div class="arrow flex items-center gap-2">
|
||||
<div class="arrow items-center gap-2 hidden lg:flex">
|
||||
<img src="/images/arrow_a.svg" alt="Arrow" />
|
||||
<p class="text-xl">{t("latest-projects")}</p>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@ import { useTranslations } from "@i18n/utils";
|
||||
const t = useTranslations(Astro.url);
|
||||
---
|
||||
|
||||
<div class="arrow flex items-center gap-2">
|
||||
<div class="arrow items-center gap-2 hidden lg:flex">
|
||||
<p class="text-xl">{t("latest-posts")}</p>
|
||||
<img src="/images/arrow_b.svg" alt="Arrow" />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user