update header logo
This commit is contained in:
@@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user