diff --git a/src/components/generators/CardGenerator.astro b/src/components/generators/CardGenerator.astro index 42c340e..e88277e 100644 --- a/src/components/generators/CardGenerator.astro +++ b/src/components/generators/CardGenerator.astro @@ -1,188 +1,272 @@ --- -import { useT } from '../../i18n/translations'; -const isRu = Astro.url.pathname.startsWith('/ru'); -const T = useT(isRu ? 'ru' : 'en'); +import { useT } from "../../i18n/translations"; +const isRu = Astro.url.pathname.startsWith("/ru"); +const T = useT(isRu ? "ru" : "en"); ---
{T.winner}
- - -+ {T.winner} +
+ + +