translation (i18n)

This commit is contained in:
2023-09-01 13:52:23 +02:00
parent 579c728628
commit c6ab0cae43
9 changed files with 126 additions and 13 deletions
+4
View File
@@ -46,6 +46,10 @@ export const GlobalStyles = createGlobalStyle`
}
}
button {
border: none;
}
@keyframes typing {
to { left: 100% }
}