Skip to content

Commit

Permalink
add exciting new website
Browse files Browse the repository at this point in the history
  • Loading branch information
PjrCodes committed Feb 16, 2024
1 parent e1c1a14 commit d8d7081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Topnav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ import leap_logo from "@/media/images/leap_logo.svg";
import Link from "next/link";
const TopNav = () => {
return (
<div className="p-3">
<div className="p-3 flex justify-between items-stretch">
<Link href="/">
<Image src={leap_logo} width={100} alt="Picture of the author" />
</Link>

<div className="self-center mr-6">Exciting new website coming soon!</div>
</div>
);
};
Expand Down

0 comments on commit d8d7081

Please sign in to comment.