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 }