-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fiz links and email on contact dialog
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
</> | ||
|
||
|
||
) | ||
} | ||
} |