From bc7fbcf097f8e0f3a55cf1be503bfd1158c6d273 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 10 Jul 2023 17:01:42 +0200 Subject: [PATCH] Updated the underline attribute in the LinkItem.jsx --- .../components/Navigation/components/LinkItem/LinkItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/components/Navigation/components/LinkItem/LinkItem.jsx b/src/common/components/Navigation/components/LinkItem/LinkItem.jsx index f321352..cccccc8 100644 --- a/src/common/components/Navigation/components/LinkItem/LinkItem.jsx +++ b/src/common/components/Navigation/components/LinkItem/LinkItem.jsx @@ -2,7 +2,7 @@ import {Link, Typography} from "@mui/material"; export const LinkItem = ({route, onClick}) => { return ( - + {route.name}