diff --git a/src/components/AboutDialog.tsx b/src/components/AboutDialog.tsx index 3986ff7..2616b9b 100644 --- a/src/components/AboutDialog.tsx +++ b/src/components/AboutDialog.tsx @@ -1,5 +1,5 @@ -import { DialogTitle, DialogContent, DialogContentText, Typography } +import { DialogTitle, DialogContent, DialogContentText, Typography, Link } from "@mui/material" //dialog box that opens with each element clicked @@ -10,7 +10,7 @@ export default function AboutDialog() { {"About the app"} - +

This project was developed to address a genuine challenge: determining the availability of fruits and vegetables in a new @@ -26,9 +26,13 @@ export default function AboutDialog() { small-scale farmers, and ultimately reduce our contribution to global warming.

- + At the moment it is only available for Italian products. + + More about us in fuzue.tech +
More about the app here +
diff --git a/src/components/ContactDialog.tsx b/src/components/ContactDialog.tsx index ac3d6e6..39aa162 100644 --- a/src/components/ContactDialog.tsx +++ b/src/components/ContactDialog.tsx @@ -1,6 +1,8 @@ -import { DialogTitle, DialogContent, DialogContentText, Link, Typography } - from "@mui/material" +import { DialogTitle, DialogContent, DialogContentText, Link, Box } + from "@mui/material"; +import AlternateEmailIcon from '@mui/icons-material/AlternateEmail'; +import GitHubIcon from '@mui/icons-material/GitHub'; //dialog box that opens with each element clicked export default function ContactDialog() { @@ -10,12 +12,18 @@ export default function ContactDialog() { {"Contact"} - - You can talk to us via email and/or check our repository in github. -

- contact@fuzue.tech - Github -

+ + Contact us via email, visit + our website +  or check out our repository in github. + + + contact@fuzue.tech + + + + GitHub Repo +
diff --git a/src/components/ContributeDialog.tsx b/src/components/ContributeDialog.tsx index db90dc3..1793f9d 100644 --- a/src/components/ContributeDialog.tsx +++ b/src/components/ContributeDialog.tsx @@ -5,17 +5,17 @@ import { DialogTitle, DialogContent, DialogContentText, Link } export default function ContributeDialog() { return ( <> - + {"Contribute"} - - This is an open source project, that means you can clone this repository, write issues, make your own changes and submit your own pull requests. -

For this, use our  - - github Page. - -

+ + This is an open source project, that means you can clone this repository, write issues, make your own changes and submit your own pull requests. +

For this, use our  + + github page + . +