Skip to content

Commit

Permalink
Fix capitalization of account settings button
Browse files Browse the repository at this point in the history
Switch from title case to sentence case for consistency across UI.
  • Loading branch information
jonathansick committed Jul 3, 2024
1 parent 78a2306 commit 824d4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const Default: Story = {
<SWRConfig value={{ provider: () => new Map() }}>
<GafaelfawrUserMenu {...args}>
<GafaelfawrUserMenu.Link href="#">
Account Settings
Account settings
</GafaelfawrUserMenu.Link>
<GafaelfawrUserMenu.Link href="#">
Security tokens
Expand Down

0 comments on commit 824d4df

Please sign in to comment.