Skip to content

Commit

Permalink
Merge branch 'feat-christmas-campaign' of https://github.com/internxt…
Browse files Browse the repository at this point in the history
…/website into feat-christmas-campaign
  • Loading branch information
jaaaaavier committed Dec 5, 2024
2 parents 062b13c + e08a05d commit 5989c10
Show file tree
Hide file tree
Showing 11 changed files with 13 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
1 change: 1 addition & 0 deletions src/components/home/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function HeroSection({ textContent, lang, isHomePageV2 }: HeroSec

return (
<section className="overflow-hidden">

<div className="relative mx-4 pb-12 pt-24 lg:mx-10 lg:pt-14 xl:mx-32">
<div
className={`absolute inset-y-0 left-1/2 z-0 hidden w-screen -translate-x-1/2 ${styles.radialGradient} bg-cover bg-center bg-no-repeat md:flex`}
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 5989c10

Please sign in to comment.