Update IframeHeader and localization files

This commit is contained in:
incognitotgt 2023-12-28 12:06:19 -05:00
parent f374a77881
commit a359d5ec21
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ export function IframeHeader(props: { url: string }) {
</h1> </h1>
</div> </div>
</Link> </Link>
<div className="mr-4 flex flex-row items-center justify-end gap-3"> <div className="flex flex-row items-center gap-3 md:gap-2">
<IoChevronBackSharp <IoChevronBackSharp
className="duration-0500 h-6 w-6 cursor-pointer text-navbar-text-color transition-all hover:scale-110 hover:brightness-125" className="duration-0500 h-6 w-6 cursor-pointer text-navbar-text-color transition-all hover:scale-110 hover:brightness-125"
onClick={() => { onClick={() => {

View file

@ -49,8 +49,8 @@
"subtitle": "Elige cómo se ve tu pestaña" "subtitle": "Elige cómo se ve tu pestaña"
}, },
"search": { "search": {
"title": "Motor de búsqueda", "title": "Buscador",
"subtitle": "Elija su motor de búsqueda para Nebula." "subtitle": "Elige tu motor de búsqueda."
} }
}, },
"titles": { "titles": {

View file

@ -1,6 +1,6 @@
{ {
"header": { "header": {
"title": "ネブラ。", "title": "nebula.",
"games": "ゲーム", "games": "ゲーム",
"settings": "セッティング", "settings": "セッティング",
"discord": "もっとリンクが欲しいですか?" "discord": "もっとリンクが欲しいですか?"