✨Lagt til intern navbar med tittel "Sprik" på hovedside og feilinnmeldingside
This commit is contained in:
parent
eae9996ece
commit
2451263b93
3 changed files with 25 additions and 4 deletions
|
@ -6,6 +6,7 @@ import post from "../api/http";
|
|||
import { useState } from "react";
|
||||
import router from "next/router";
|
||||
import BildeOpplastning from "@/components/BildeOpplastning";
|
||||
import Header from "@/components/Header";
|
||||
|
||||
export default function Feil() {
|
||||
const [tittel, setTittel] = useState("");
|
||||
|
@ -24,9 +25,7 @@ export default function Feil() {
|
|||
|
||||
return (
|
||||
<main className="flex flex-col h-screen">
|
||||
|
||||
<div className="h-12 bg-gray-900"></div>
|
||||
|
||||
<Header/>
|
||||
<div className="flex grow">
|
||||
<div className="w-1/4 bg-bg-subtle"></div>
|
||||
<div className="flex flex-col justify-center gap-32 p-16 grow">
|
||||
|
|
Reference in a new issue