Skip to content

Commit

Permalink
Fixed redirect links
Browse files Browse the repository at this point in the history
  • Loading branch information
AshenI99 authored and AshenI99 committed Jan 6, 2022
1 parent a4314fa commit 335b748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export const Header = ({
opacity: !isButtonGrpOpen ? '1' : '0',
}}
as="a"
href="https://twitter.com/CuraNear"
href={discord}
target="_blank"
>
<svg
Expand All @@ -393,7 +393,7 @@ export const Header = ({
opacity: !isButtonGrpOpen ? '1' : '0',
}}
as="a"
href="https://twitter.com/CuraNear"
href={telegram}
target="_blank"
>
<svg
Expand All @@ -420,7 +420,7 @@ export const Header = ({
opacity: !isButtonGrpOpen ? '1' : '0',
}}
as="a"
href="https://twitter.com/CuraNear"
href={twitter}
target="_blank"
>
<svg
Expand Down

0 comments on commit 335b748

Please sign in to comment.