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

Commit 1b916e4

Browse files
committed
chore: adding kudos to algonode.io
1 parent c19486d commit 1b916e4

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/components/Footers/Footer.tsx

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,26 @@ const Footer = () => {
117117
color="text.secondary"
118118
component="p"
119119
>
120-
Powered by Algorand ❤️
120+
Powered by{` `}
121+
<a
122+
href="https://developer.algorand.com/"
123+
target="_blank"
124+
rel="noopener noreferrer"
125+
style={{ color: `teal` }}
126+
>
127+
Algorand
128+
</a>
129+
&nbsp;&{` `}
130+
<a
131+
href="https://algonode.io/"
132+
target="_blank"
133+
rel="nourl noreferrer"
134+
style={{ color: `gold` }}
135+
>
136+
AlgoNode
137+
</a>
138+
{` `}
139+
❤️
121140
</Typography>
122141
<Copyright />
123142
</Container>

0 commit comments

Comments
 (0)