Remove referrers from links

This commit is contained in:
schroda
2024-05-04 23:54:33 +02:00
parent b892c93d7a
commit 3a7c93ea06
6 changed files with 20 additions and 10 deletions

View File

@@ -140,7 +140,11 @@ export function Settings() {
secondary={
<>
<span>{t('settings.label.language_description')} </span>
<Link href="https://hosted.weblate.org/projects/suwayomi/suwayomi-webui">
<Link
href="https://hosted.weblate.org/projects/suwayomi/suwayomi-webui"
target="_blank"
rel="noreferrer"
>
{t('global.language.title.weblate')}
</Link>
</>