diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 1ddf1ca..7b554c1 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -1,3 +1,4 @@ +import Link from 'next/link'; import { Fragment, useState } from 'react'; import { Dialog, Transition } from '@headlessui/react'; import { @@ -82,7 +83,7 @@ export function Sidebar() { @@ -120,7 +121,7 @@ export function Sidebar() {
  • - Sign out - +
  • @@ -156,10 +157,10 @@ export function Sidebar() {