Skip to content

Commit f3ba15b

Browse files
authored
fix: Url for support (#225)
1 parent 87d79f6 commit f3ba15b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/header/Header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function Header({ switchThemeMode, isDarkTheme }: HeaderProps) {
5757
</Link>
5858
</NavListItem>
5959

60-
{/* Developes Docs Link */}
60+
{/* Developers Docs Link */}
6161
<NavListItem>
6262
<Link
6363
href="https://docs.safe.global/"
@@ -72,11 +72,11 @@ function Header({ switchThemeMode, isDarkTheme }: HeaderProps) {
7272
{/* Support tickets Link */}
7373
<NavListItem>
7474
<Link
75-
href="https://github.com/5afe/safe-support/issues"
75+
href="https://help.safe.global/"
7676
color="inherit"
7777
underline="hover"
7878
>
79-
<Typography>Support tickets</Typography>
79+
<Typography>Support</Typography>
8080
</Link>
8181
</NavListItem>
8282
</NavList>

0 commit comments

Comments
 (0)