fix(i18n): stop using banner for outdated notification banner
Co-authored-by: ~hedy <hedyhyry@gmail.com>
This commit is contained in:
parent
0f193b08e5
commit
51bb222733
|
@ -8,11 +8,9 @@ const translation = useTranslations(lang);
|
||||||
|
|
||||||
<section
|
<section
|
||||||
id="i18n-outdated"
|
id="i18n-outdated"
|
||||||
class="prose prose-invert w-full max-w-4xl bg-yellow-800 bg-opacity-50 border-l-4 border-orange-500 text-orange-100 p-4"
|
class="w-full max-w-4xl bg-yellow-800 bg-opacity-50 border-l-4 border-orange-500 text-orange-100 p-4"
|
||||||
role="alert"
|
role="alert"
|
||||||
>
|
>
|
||||||
<h2>{translation("i18n-outdated.title")}</h2>
|
<p class="font-bold">{translation("i18n-outdated.title")}</p>
|
||||||
<p class="description">
|
<p>{translation("i18n-outdated.description")}</p>
|
||||||
{translation("i18n-outdated.description")}
|
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue