navigation and logo update

This commit is contained in:
gustavomauricio 2022-09-06 11:34:56 +01:00
parent 42138c107f
commit 84fa492849
2 changed files with 21 additions and 39 deletions

View File

@ -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