Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
chore: adding kudos to algonode.io
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 30, 2023
1 parent c19486d commit 1b916e4
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/components/Footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,26 @@ const Footer = () => {
color="text.secondary"
component="p"
>
Powered by Algorand ❤️
Powered by{` `}
<a
href="https://developer.algorand.com/"
target="_blank"
rel="noopener noreferrer"
style={{ color: `teal` }}
>
Algorand
</a>
&nbsp;&{` `}
<a
href="https://algonode.io/"
target="_blank"
rel="nourl noreferrer"
style={{ color: `gold` }}
>
AlgoNode
</a>
{` `}
❤️
</Typography>
<Copyright />
</Container>
Expand Down

1 comment on commit 1b916e4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for algoworld-swapper ready!

✅ Preview
https://algoworld-swapper-g08kg3huh-algoworldexplorer.vercel.app

Built with commit 1b916e4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.