0ME9A / password

Password is a free online tool that helps you create strong and random passwords for your accounts. You can customize your password options and copy the generated password to your clipboard with one click.
https://password.ome9a.com
MIT License
5 stars 4 forks source link

Home Icon conditionally renders in the about page #22

Closed DavidKozdra closed 11 months ago

DavidKozdra commented 11 months ago

image

I recommend adding a Home icon here this will make it easy to go back to the main app when at the about page

image

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" "