From 6dcf4568a7e1f62577c4d296363ea811a3db8170 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 14 Apr 2023 00:40:25 -0500 Subject: [PATCH] fix: add link to index on nav brand --- src/app/components/SideBar.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/components/SideBar.tsx b/src/app/components/SideBar.tsx index 9936dcd..8cd01d5 100644 --- a/src/app/components/SideBar.tsx +++ b/src/app/components/SideBar.tsx @@ -1,5 +1,6 @@ 'use client'; +import Link from 'next/link.js'; import { useState } from 'react'; import { Doc, DocsStructure } from '../types/types.js'; import styles from './SideBar.module.css'; @@ -90,10 +91,12 @@ export default function SideBar({ }) { return (