Skip to content

Commit e2dd914

Browse files
authored
Merge pull request #235 from Johnnyteck/main
FEAT: Home hyperlink fix
2 parents 5ffb4c4 + 4619c3f commit e2dd914

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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"

src/components/Global/Navbar.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ const Navbar = () => {
2525
<div className="flex items-center justify-between w-full md:w-auto">
2626
<Link href="/">
2727
<>
28+
<a href="https://webxdao.github.io/">
2829
<span className="sr-only ">WebX DAO</span>
29-
<img
30-
className="h-10 w-auto sm:h-10 cursor-pointer"
31-
src="/images/logo/white_logo.png"
32-
alt="WebX DAO White Logo"
33-
/>
30+
<img
31+
className="h-10 w-auto sm:h-10 cursor-pointer"
32+
src="/images/logo/white_logo.png"
33+
alt="WebX DAO White Logo"
34+
/>
35+
</a>
3436
</>
3537
</Link>
3638
<div className="flex items-center -mr-2 md:hidden">

0 commit comments

Comments
 (0)