Skip to content

Commit

Permalink
fixed Edgar'd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elenavolpato committed Sep 1, 2023
1 parent ef7a451 commit ed26095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function AboutDialog() {
<Typography sx={{fontWeight: 800, mt: 3}}>
{t("AboutDialog_aboutus")} <Link underline="hover" sx={{ color: "inherit"}} href="https://fuzue.tech" target="_blank">fuzue.tech</Link>
<br />
{t("AboutDialog_aboutapp")}More about the app <Link underline="hover" sx={{ color: "inherit"}} href="https://seasonalfood.fuzue.tech/" target="_blank" > here</Link>
{t("AboutDialog_aboutapp")} <Link underline="hover" sx={{ color: "inherit"}} href="https://seasonalfood.fuzue.tech/" target="_blank" > here</Link>
</Typography>
</DialogContentText>
</DialogContent>
Expand Down

0 comments on commit ed26095

Please sign in to comment.