Skip to content

Commit

Permalink
update footer labels and added "new" label
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaaaavier committed Dec 4, 2024
1 parent cc2cf6b commit 6b4ab41
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/assets/lang/de/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"byteConverter": "Byte Konverter",
"passwordGenerator": "Passwort Generator",
"fileConverter": "Dateikonverter",
"haveIBeenPwned": "Wurde ich gehackt?"
"haveIBeenPwned": "Internxt Monitor"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/en/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"byteConverter": "Byte Converter",
"passwordGenerator": "Password Generator",
"fileConverter": "File Converter",
"haveIBeenPwned": "Have I Been Pwned"
"haveIBeenPwned": "Internxt Monitor"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/es/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"byteConverter": "Convertidor de Unidades",
"passwordGenerator": "Generador de Contraseñas",
"fileConverter": "Convertidor de archivos",
"haveIBeenPwned": "¿He sido hackeado?"
"haveIBeenPwned": "Internxt Monitor"
},
"language": "Idioma"
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/fr/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"byteConverter": "Convertisseur d'Octets",
"passwordGenerator": "Générateur de Mot de Passe",
"fileConverter": "Convertisseur de fichiers",
"haveIBeenPwned": "Ai-je été piraté ?"
"haveIBeenPwned": "Internxt Monitor"
},
"language": "Langue"
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/it/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"passwordGenerator": "Generatore di Password",
"fileConverter": "Convertitore di file",
"vpn": "Extensione VPN",
"haveIBeenPwned": "Sono stato hackerato?"
"haveIBeenPwned": "Internxt Monitor"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/pt-br/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"byteConverter": "Conversor de Bytes",
"passwordGenerator": "Gerador de Senhas",
"fileConverter": "Conversor de Arquivos",
"haveIBeenPwned": "Fui hackeado?"
"haveIBeenPwned": "Internxt Monitor"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/ru/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"passwordGenerator": "Генератор паролей",
"fileConverter": "Преобразователь файлов",
"vpn": "Расширение VPN",
"haveIBeenPwned": "Меня взломали?"
"haveIBeenPwned": "Internxt Monitor"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/zh-tw/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"passwordGenerator": "密碼生成器",
"fileConverter": "文件轉換器",
"vpn": "VPN 擴展",
"haveIBeenPwned": "我被駭客入侵了嗎"
"haveIBeenPwned": "我被駭客入侵了嗎"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/lang/zh/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"byteConverter": "字节转换器",
"passwordGenerator": "密码生成器",
"fileConverter": "文件转换器",
"haveIBeenPwned": "我被入侵了吗?"
"haveIBeenPwned": "我被入侵了"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/components/layout/footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,9 @@ export default function Footer({
className="flex items-center hover:text-primary"
>
{textContent.FooterSection.sections.tools.haveIBeenPwned}
<div className="ml-2 flex h-max items-center justify-center rounded-full bg-primary bg-opacity-15 px-2 py-1 text-xs font-medium uppercase text-primary">
{textContent.FooterSection.new}
</div>
</Link>
</div>
</div>
Expand Down

0 comments on commit 6b4ab41

Please sign in to comment.