From cee4f74257a8dd2d3e35ce7962d10c60cb81261b Mon Sep 17 00:00:00 2001 From: John Coffey Date: Sat, 19 Sep 2026 00:49:24 -0700 Subject: [PATCH] Source link opens in a new tab --- web/src/views/Login.tsx | 2 +- web/src/views/settings/AboutSettings.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/Login.tsx b/web/src/views/Login.tsx index 3490a2f..617e1dd 100644 --- a/web/src/views/Login.tsx +++ b/web/src/views/Login.tsx @@ -155,7 +155,7 @@ export function LoginPage() {
{t("ihasmail.org")} {" · "} - {t("AGPL-3.0 source")} + {t("AGPL-3.0 source")} {" "} ({SOURCE_ID})

diff --git a/web/src/views/settings/AboutSettings.tsx b/web/src/views/settings/AboutSettings.tsx index 596ba06..44f0cc8 100644 --- a/web/src/views/settings/AboutSettings.tsx +++ b/web/src/views/settings/AboutSettings.tsx @@ -21,7 +21,7 @@ export function AboutSettings() { {/* A product name and a version string: neither is a word to translate. */}
ihasmail v{APP_VERSION}
-
{tNode("AGPL-3.0-or-later · {source}", { source: source.tar.gz ({SOURCE_ID}) })}
+
{tNode("AGPL-3.0-or-later · {source}", { source: source.tar.gz ({SOURCE_ID}) })}

{t("Server")}