Skip to content

Commit ab1d764

Browse files
feat: Add Background link to account settings navigation (#594)
Add a new "Background" link in the settings sidebar navigation, positioned under "Account". Links to https://tab.gladly.io/v5/account/background and opens in a new tab with external link icon.
1 parent 68a04e7 commit ab1d764

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/SettingsPage.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ const SettingsPage = (props) => {
178178
<div className={classes.sidebarContentContainer}>
179179
<List className={classes.list}>
180180
<SettingsMenuItem to={accountURL}>Account</SettingsMenuItem>
181+
<SettingsMenuItem
182+
to="https://tab.gladly.io/v5/account/background"
183+
IconComponent={OpenInNew}
184+
target="_blank"
185+
>
186+
Background
187+
</SettingsMenuItem>
181188
<SettingsMenuItem to={aboutURL}>About the Cause</SettingsMenuItem>
182189
<Divider className={classes.divider} />
183190
<SettingsMenuItem

0 commit comments

Comments
 (0)