fix: locale in random page
Deploy / Build (push) Successful in 55s
Lint / ESLint (push) Successful in 57s
Lint / Oxlint (push) Successful in 45s
Lint / TypeScript (push) Successful in 46s
Deploy / Deploy to Stapler (push) Successful in 3m54s

This commit is contained in:
2026-06-26 10:31:04 +02:00
parent 286a01a422
commit 32837be6e7
+2 -6
View File
@@ -101,7 +101,7 @@ watch(i18n.locale, newDomain);
<div v-else-if="state === State.Ready && domain?.available" class="py-6">
{{ $t("this_domain") }} {{ $t("seems") }}
<a
:href="`https://tld-list.com/${i18n.locale}/tld/${domain.name?.split('.')[1]}`"
:href="`https://tld-list.com/${$i18n.locale}/tld/${domain.name?.split('.')[1]}`"
target="_blank"
class="underline"
>{{ $t("available") }}</a
@@ -115,11 +115,7 @@ watch(i18n.locale, newDomain);
{{ $t("error") }}
</div>
<button
:disabled="
state === State.Loading ||
state === State.Generating ||
state === State.Error
"
:disabled="state === State.Loading || state === State.Generating || state === State.Error"
class="btn btn-primary"
@click="newDomain"
>