We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f315a commit ce6eff6Copy full SHA for ce6eff6
src/components/header.tsx
@@ -3,6 +3,7 @@
3
import Image from "next/image";
4
import Link from "next/link";
5
import React, { useState } from "react";
6
+
7
import { Button } from "./ui/button";
8
9
const Header = () => {
@@ -19,7 +20,7 @@ const Header = () => {
19
20
<nav className="bg-white w-full border-b md:border-0 md:static">
21
<div className="items-center px-4 max-w-screen-xl mx-auto md:flex md:px-8">
22
<div className="flex items-center justify-between py-3 md:py-5 md:block">
- <Link href="javascript:void(0)">
23
+ <Link href="/">
24
<Image
25
unoptimized
26
src="/static/logo.png"
0 commit comments