🌐 front: fix labels TDrive -> Twake Drive, and tdriveapp.com -> drive.twake.app

This commit is contained in:
Eric Doughty-Papassideris
2024-10-25 13:29:08 +02:00
parent bcea12d295
commit 65939b944d
17 changed files with 56 additions and 56 deletions
@@ -54,7 +54,7 @@ export default () => {
server_infos?.configuration?.branding?.name,
server_infos?.configuration?.branding.link || 'tdrive.app',
])}
<Typography.Link onClick={() => window.open('https://tdriveapp.com', 'blank')}>
<Typography.Link onClick={() => window.open('https://drive.twake.app', 'blank')}>
{Languages.t('scenes.login.footer.go_to_tdrive')}
</Typography.Link>
{' - ' + Globals.version.version}
@@ -63,7 +63,7 @@ export default () => {
{server_infos_loaded && !server_infos?.configuration?.branding?.name && (
<Typography.Link
className="fade_in"
onClick={() => window.open('https://tdriveapp.com', 'blank')}
onClick={() => window.open('https://drive.twake.app', 'blank')}
>
{Languages.t('scenes.login.footer.go_to_tdrive')}
</Typography.Link>