Update IframeHeader and localization files
This commit is contained in:
parent
f374a77881
commit
a359d5ec21
3 changed files with 4 additions and 4 deletions
|
|
@ -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={() => {
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"title": "ネブラ。",
|
"title": "nebula.",
|
||||||
"games": "ゲーム",
|
"games": "ゲーム",
|
||||||
"settings": "セッティング",
|
"settings": "セッティング",
|
||||||
"discord": "もっとリンクが欲しいですか?"
|
"discord": "もっとリンクが欲しいですか?"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue