✨Lagt til intern navbar med tittel "Sprik" på hovedside og feilinnmeldingside
This commit is contained in:
parent
3917d1640e
commit
4d07c6af59
3 changed files with 25 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
import CardsContainer from "@/components/CardsContainer";
|
||||
import Header from "@/components/Header";
|
||||
import "@navikt/ds-css";
|
||||
import { Button, Heading, Search } from "@navikt/ds-react";
|
||||
import router from "next/router";
|
||||
|
@ -10,7 +11,7 @@ export default function Home() {
|
|||
|
||||
return (
|
||||
<main className="flex flex-col h-screen">
|
||||
<div className="h-12 bg-gray-900"></div>
|
||||
<Header/>
|
||||
<div className="flex justify-center grow">
|
||||
<div className="bg-bg-subtle w-1/6 p-8 flex flex-col justify-end">
|
||||
<div className="flex flex-col gap-4 text-center bottom-0">
|
||||
|
|
Reference in a new issue