Skip to content

Commit

Permalink
Fiz links and email on contact dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
aivuk committed Aug 12, 2023
1 parent 2dd04fa commit 5a6d5af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ContactDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export default function ContactDialog() {
<DialogContentText id="contact-dialog-description">
You can talk to us via email and/or check our repository in github.
<p>
<Typography variant="subtitle2" gutterBottom>contact@fuzue.site</Typography>
<Link underline="hover" href="https://github.com/fuzue/seasonfood" target="_blank"> <Typography variant="subtitle2" gutterBottom>Github</Typography></Link>
<Typography variant="subtitle2" gutterBottom><a href="mailto:[email protected]">contact@fuzue.tech</a></Typography>
<Link underline="hover" href="https://github.com/fuzue/seasonalfood" target="_blank"> <Typography variant="subtitle2" gutterBottom>Github</Typography></Link>
</p>
</DialogContentText>
</DialogContent>
</>


)
}
}

0 comments on commit 5a6d5af

Please sign in to comment.