Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
luarx authored and Uxio0 committed Jun 11, 2024
1 parent 201174b commit 1ef1156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Header({ switchThemeMode, isDarkTheme }: HeaderProps) {
{/* Help Docs Link */}
<NavListItem>
<Link
href="https://help.gnosis-safe.io/en/"
href="https://help.safe.global/"
color="inherit"
underline="hover"
target="_blank"
Expand All @@ -65,7 +65,7 @@ function Header({ switchThemeMode, isDarkTheme }: HeaderProps) {
{/* Developes Docs Link */}
<NavListItem>
<Link
href="https://docs.gnosis-safe.io/"
href="https://docs.safe.global/"
color="inherit"
underline="hover"
target="_blank"
Expand Down

0 comments on commit 1ef1156

Please sign in to comment.