We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d79f6 commit f3ba15bCopy full SHA for f3ba15b
src/components/header/Header.tsx
@@ -57,7 +57,7 @@ function Header({ switchThemeMode, isDarkTheme }: HeaderProps) {
57
</Link>
58
</NavListItem>
59
60
- {/* Developes Docs Link */}
+ {/* Developers Docs Link */}
61
<NavListItem>
62
<Link
63
href="https://docs.safe.global/"
@@ -72,11 +72,11 @@ function Header({ switchThemeMode, isDarkTheme }: HeaderProps) {
72
{/* Support tickets Link */}
73
74
75
- href="https://github.com/5afe/safe-support/issues"
+ href="https://help.safe.global/"
76
color="inherit"
77
underline="hover"
78
>
79
- <Typography>Support tickets</Typography>
+ <Typography>Support</Typography>
80
81
82
</NavList>
0 commit comments