Closed DavidKozdra closed 11 months ago
I recommend adding a Home icon here this will make it easy to go back to the main app when at the about page
It doesn't need to be conditional as the about us group icon appears in the about page
" <Box sx={{ display: "flex", alignItems: "center", gap: 1 }}> <Box sx={{ borderRadius: 3, padding: 1, boxShadow: boxShadow, bgcolor: palette.background.default, }}
<Link to={"/"} title="About" style={{ display: "flex", justifyContent: "center", alignItems: "center", color: palette.text.primary, }} <Box sx={{ borderRadius: 3, padding: 1, boxShadow: boxShadow, bgcolor: palette.background.default, }} <Link to={"/about"} title="About" "
<Link to={"/"} title="About" style={{ display: "flex", justifyContent: "center", alignItems: "center", color: palette.text.primary, }}
<Box sx={{ borderRadius: 3, padding: 1, boxShadow: boxShadow, bgcolor: palette.background.default, }}
<Link to={"/about"} title="About" "
I recommend adding a Home icon here this will make it easy to go back to the main app when at the about page
It doesn't need to be conditional as the about us group icon appears in the about page
" <Box sx={{ display: "flex", alignItems: "center", gap: 1 }}> <Box sx={{ borderRadius: 3, padding: 1, boxShadow: boxShadow, bgcolor: palette.background.default, }}