Skip to content

Commit 00bf90b

Browse files
authored
footer image link fix
1 parent de06b67 commit 00bf90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Global/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Footer = () => {
4343
<div className="grid grid-cols-1 gap-8 lg:grid-cols-3">
4444
<div>
4545
<div className="flex justify-center text-teal-600 sm:justify-start">
46-
<a href="#">
46+
<a href="https://webxdao.github.io/">
4747
<span className="sr-only">WebX DAO</span>
4848
<img
4949
className="w-auto h-16 sm:h-10"

0 commit comments

Comments
 (0)