Skip to content

Commit

Permalink
Merge pull request #21 from ref-finance/update-discord-url2
Browse files Browse the repository at this point in the history
update
  • Loading branch information
zerochl authored Aug 13, 2024
2 parents 8095937 + 93d65e5 commit 0a797b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function FooterIconB() {
function FooterIconC() {
const [hoverLogo, setHoverLogo] = useState(false);
function go() {
window.open('https://discord.gg/reffinance');
window.open('https://discord.gg/rsMyJfHQx9');
}
return (
<FooterIcon3Hover
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/v3/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Footer = () => {
<div className="flex justify-center items-center mb-7 sm:px-6 md:mb-4">
<IconLink className="mr-4" IconComponent={DclIcon18} href="https://twitter.com/finance_ref" />
<IconLink className="mx-4" IconComponent={FooterIcon2} href="https://t.me/ref_finance" />
<IconLink className="mx-4" IconComponent={FooterIcon3} href="https://discord.gg/reffinance" />
<IconLink className="mx-4" IconComponent={FooterIcon3} href="https://discord.gg/rsMyJfHQx9" />
<IconLink className="ml-4" IconComponent={FooterIcon4} href="https://ref-finance.medium.com/" />
</div>

Expand Down

0 comments on commit 0a797b2

Please sign in to comment.