Fixing and Sitemap and Robots.txt
This commit is contained in:
8
src/components/LanguageWarning.astro
Normal file
8
src/components/LanguageWarning.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import {t} from "astro-i18n";
|
||||
---
|
||||
|
||||
<div class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4" role="alert">
|
||||
<p class="font-bold">{t("warning.title")}</p>
|
||||
<p>{t("warning.text")}</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user