Skip to content

Commit f2adfeb

Browse files
samejrclaude
andcommitted
chore(webapp): temporary underline audit story
Every link that underlines itself instead of going through TextLink, copied into its surroundings and labelled, so each can be decided on. Also reworks the Underline links description. Remove the route and its storybook entry once the decisions are made. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent bb48233 commit f2adfeb

3 files changed

Lines changed: 538 additions & 1 deletion

File tree

apps/webapp/app/routes/account._index/route.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,9 @@ export default function Page() {
639639
<div className="flex w-full items-center justify-between gap-4">
640640
<div className={cn("flex-1", SETTINGS_ROW_TITLE_GAP)}>
641641
<Label>Underline links</Label>
642-
<SettingsRowDescription>Underline links in body text</SettingsRowDescription>
642+
<SettingsRowDescription>
643+
Always underline links in body text
644+
</SettingsRowDescription>
643645
</div>
644646
<div className="flex flex-none items-center">
645647
<Switch

0 commit comments

Comments
 (0)