Skip to content

Commit

Permalink
forgor navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBozzz34 committed Mar 13, 2024
1 parent 45816d9 commit ec80fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Image from "next/image"
import { useRouter } from "next/navigation"
import React, { SetStateAction, useEffect, useState } from "react"
import { auth } from "../../firebase"
import { Navbar } from "components/Navbar/nav-bar.component"

export default function Profile() {
const router = useRouter()
Expand Down Expand Up @@ -34,6 +35,9 @@ export default function Profile() {
<Head>
<title>ScoreConnect Profile</title>
</Head>

<Navbar />

<section>
<div className="mx-auto grid max-w-screen-xl px-4 py-8 text-left lg:py-16">

Expand Down

0 comments on commit ec80fd1

Please sign in to comment.