From f47693fdd6f651d28a8a83f36f0559fed3e33395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Mon, 24 Nov 2025 16:39:10 +0100 Subject: [PATCH] (refactor) formatting revolut link --- app/ui/UserSettingsForm.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/app/ui/UserSettingsForm.tsx b/app/ui/UserSettingsForm.tsx index fb5eec2..42f310a 100644 --- a/app/ui/UserSettingsForm.tsx +++ b/app/ui/UserSettingsForm.tsx @@ -10,6 +10,7 @@ import SettingsIcon from "@mui/icons-material/Settings"; import { formatIban } from "../lib/formatStrings"; import { InfoBox } from "./InfoBox"; import { NoteBox } from "./NoteBox"; +import { LinkIcon } from "@heroicons/react/24/outline"; export type UserSettingsFormProps = { userSettings: UserSettings | null; @@ -310,13 +311,17 @@ const FormFields: FC = ({ userSettings, errors, message }) => { { !errors?.ownerRevolutProfileName && formValues.ownerRevolutProfileName.length > 5 ? ( -

{t("revolut-profile--test-link-label")} - {t("revolut-profile--test-link-text")} -

+

+ {t("revolut-profile--test-link-label")} {' '} + + + {t("revolut-profile--test-link-text")} + +

) : null }