From 33b4d1d9fc9aae54ce8534df3dc7d6724c6a1fce Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Tue, 16 Apr 2024 09:39:02 +0200 Subject: [PATCH] fix: add nav title --- components/MyPages/Sidebar/index.tsx | 4 ++++ types/requests/myPages/navigation.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/MyPages/Sidebar/index.tsx b/components/MyPages/Sidebar/index.tsx index f269864ba..62fa54e4c 100644 --- a/components/MyPages/Sidebar/index.tsx +++ b/components/MyPages/Sidebar/index.tsx @@ -5,6 +5,7 @@ import { GetNavigationMyPages } from "@/lib/graphql/Query/NavigationMyPages.grap import { Fragment } from "react" import { LogOut } from "react-feather" import Link from "@/components/TempDesignSystem/Link" +import Title from "../Title" import styles from "./sidebar.module.css" @@ -24,6 +25,9 @@ export default async function Sidebar({ lang }: SidebarProps) { return (