navigation and logo update
This commit is contained in:
parent
42138c107f
commit
84fa492849
@ -3,7 +3,7 @@ import Link from "next/link";
|
||||
|
||||
const Navigation = () => {
|
||||
return (
|
||||
<div className="flex items-center px-6 py-2">
|
||||
<div className="flex justify-between items-center px-6 py-3">
|
||||
<Link href="/" passHref>
|
||||
<a>
|
||||
<img src="/logo.svg" alt="mars" />
|
||||
@ -16,6 +16,12 @@ const Navigation = () => {
|
||||
<Link href="/portfolio">Portfolio</Link>
|
||||
<Link href="/council">Council</Link>
|
||||
</div>
|
||||
<button
|
||||
className="rounded-3xl bg-green-500 py-2 px-3 font-semibold"
|
||||
onClick={() => alert("TODO")}
|
||||
>
|
||||
Connect Wallet
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue
Block a user