Skip to content

Commit

Permalink
standarized the links
Browse files Browse the repository at this point in the history
  • Loading branch information
elenavolpato committed Aug 30, 2023
1 parent d967f75 commit 61511f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/components/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default function AboutDialog() {
At the moment it is only available for Italian products.
</Typography>
<Typography sx={{fontWeight: 800, mt: 3}}>
More about us in <Link sx={{ color: "inherit"}} href="https://fuzue.tech" target="_blank">fuzue.tech</Link>
<br /> More about the app <Link sx={{ color: "inherit"}} href="https://seasonalfood.fuzue.tech/" target="_blank" > here</Link>
More about us in <Link underline="hover" sx={{ color: "inherit"}} href="https://fuzue.tech" target="_blank">fuzue.tech</Link>
<br /> More about the app <Link underline="hover" sx={{ color: "inherit"}} href="https://seasonalfood.fuzue.tech/" target="_blank" > here</Link>
</Typography>
</DialogContentText>
</DialogContent>
Expand Down
16 changes: 8 additions & 8 deletions src/components/ContributeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ import { DialogTitle, DialogContent, DialogContentText, Link }
export default function ContributeDialog() {
return (
<>
<DialogTitle id="contribute-dialog-title" color="dark-gray" >
<DialogTitle id="contribute-dialog-title" >
{"Contribute"}
</DialogTitle>
<DialogContent>
<DialogContentText id="contribute-dialog-description">
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.
<p>For this, use our&nbsp;
<Link underline="hover" href="https://github.com/fuzue/seasonfood" target="_blank">
github Page.

</Link></p>
<DialogContentText id="contribute-dialog-description" color="dark-gray">
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.
<p>For this, use our&nbsp;
<Link underline="hover" color="inherit" fontWeight={600} href="https://github.com/fuzue/seasonalfood" target="_blank">
github page
</Link>.
</p>
</DialogContentText>
</DialogContent>
</>
Expand Down

0 comments on commit 61511f6

Please sign in to comment.