Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace authored Nov 24, 2024
1 parent 6adb538 commit 91025e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,12 @@ const Home: NextPage = () => {
</span>
<br />
<div className="text-center">
<a href="https://ircf.space/contacts" target="_blank" className="btn btn-link btn-normal btn-lg btn-outline donateLink"></a>
<a href="https://ircf.space/contacts#donate" target="_blank" className="btn btn-link btn-normal btn-lg btn-outline donateLink"></a>
</div>
</footer>
</div>
</>
);
};

export default Home;
export default Home;

0 comments on commit 91025e1

Please sign in to comment.