Skip to content

Commit 5ed382b

Browse files
fix: Background link opens in same tab without external icon
Remove target="_blank" and external link icon from Background nav link so it redirects in the same tab instead of opening a new one.
1 parent ab1d764 commit 5ed382b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/SettingsPage.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,7 @@ 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-
>
181+
<SettingsMenuItem to="https://tab.gladly.io/v5/account/background">
186182
Background
187183
</SettingsMenuItem>
188184
<SettingsMenuItem to={aboutURL}>About the Cause</SettingsMenuItem>

0 commit comments

Comments
 (0)