Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadk committed May 23, 2023
1 parent 7b4a62e commit e152bfd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Tensor Wallet &#x1D783; </title>
<title>MycoNet &#x1D783; </title>


<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicons/apple-touch-icon.png">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Head: FunctionComponent = () => {
<Grid container alignItems="center" className={classes.root}>
<Grid item xs={6}>
<Box paddingX={2}>
<Typography variant="h1" color="secondary" >Tensor Wallet</Typography>
<Typography variant="h1" color="secondary" > MycoNet</Typography>
</Box>
</Grid>
<Grid item xs={6}>
Expand Down
21 changes: 1 addition & 20 deletions src/components/NavFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,7 @@ const AppFooter: FunctionComponent = () => (
<Grid container spacing={1}>
<Grid item>
<Link
href="https://fairchild.dev/"
underline="hover"
color="textPrimary"
>
© {new Date().getFullYear()} Cameron Fairchild
</Link>
</Grid>
<Grid item>
<Typography variant="body2" color="textPrimary">
Donation address: 5EHVUNEqz1js5LdnW56hFpqKAV2pEGa7GCA2z6r7GVdLyTZE
</Typography>
</Grid>
<Grid item>
<Link
href="https://github.com/camfairchild/tensor-wallet/issues"
href="https://github.com/kmadk/MycoNet/issues"
underline="hover"
target="_blank"
rel="noreferrer"
Expand All @@ -31,11 +17,6 @@ const AppFooter: FunctionComponent = () => (
Report an issue
</Link>
</Grid>
<Grid item>
<Typography id="made-with-love" color="textPrimary" variant="body2" >
Made with &#10084;&#65039; in <a href="https://www.google.com/maps/place/Toronto,+ON/" target="_blank">Toronto</a>
</Typography>
</Grid>
</Grid>
</Typography>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Tensor Wallet &#x1D783; </title>
<title>MycoNet &#x1D783; </title>
<link
rel="apple-touch-icon"
sizes="180x180"
Expand Down

0 comments on commit e152bfd

Please sign in to comment.