Skip to content

Commit f4ef1b3

Browse files
samejrclaude
andcommitted
fix(webapp): rename the Theme section to Appearance
Matches the account menu's submenu title. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent ab1f24e commit f4ef1b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/account._index

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ export default function Page() {
624624
{showThemeSwitcher && (
625625
<>
626626
<div className="mt-8 w-full border-b border-grid-dimmed pb-3">
627-
<Header2>Theme</Header2>
627+
<Header2>Appearance</Header2>
628628
</div>
629629
<div className="flex min-h-16 w-full items-center border-b border-grid-dimmed">
630630
<div className="flex w-full items-center justify-between gap-4">

0 commit comments

Comments
 (0)