update header logo

This commit is contained in:
MapleLeaf
2022-01-12 20:14:12 -06:00
parent fdd6a3a3cc
commit 1ba0da6c86

View File

@@ -1,3 +1,4 @@
import { AppLogo } from "~/modules/app/app-logo"
import { useGuideLinksContext } from "~/modules/navigation/guide-links-context" import { useGuideLinksContext } from "~/modules/navigation/guide-links-context"
import { linkClass } from "../ui/components" import { linkClass } from "../ui/components"
import { PopoverMenu } from "../ui/popover-menu" import { PopoverMenu } from "../ui/popover-menu"
@@ -9,7 +10,7 @@ export function MainNavigation() {
return ( return (
<nav className="flex justify-between items-center h-16"> <nav className="flex justify-between items-center h-16">
<a href="/"> <a href="/">
<h1 className="text-3xl font-light">reacord</h1> <AppLogo className="w-32" />
</a> </a>
<div className="hidden md:flex gap-4"> <div className="hidden md:flex gap-4">
{mainLinks.map((link) => ( {mainLinks.map((link) => (