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}