Skip to content

Commit

Permalink
Merge pull request #87 from burrowHQ/update-discord-url2
Browse files Browse the repository at this point in the history
update discord url
  • Loading branch information
xieqiancaosissi authored Aug 13, 2024
2 parents a6eb0bb + 55a05a8 commit 64ed7d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Links = () => {
<TwitterIcon />
</Link>
<Link
href="https://discord.gg/reffinance"
href="https://discord.gg/rsMyJfHQx9"
title="Discord"
target="_blank"
color={theme.custom.footerIcon}
Expand Down
2 changes: 1 addition & 1 deletion components/Header/MenuMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const Links = () => {
<TwitterIcon fill="#979ABE" />
</a>
<a
href="https://discord.gg/reffinance"
href="https://discord.gg/rsMyJfHQx9"
title="Discord"
target="_blank"
rel="noopener noreferrer"
Expand Down
2 changes: 1 addition & 1 deletion components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const Links = () => {
<TwitterIcon />
</a>
<a
href="https://discord.gg/reffinance"
href="https://discord.gg/rsMyJfHQx9"
title="Discord"
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 64ed7d2

Please sign in to comment.