-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d292364
commit e7e0f91
Showing
3 changed files
with
32 additions
and
12 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 |
---|---|---|
|
@@ -27,9 +27,9 @@ export function Footer(): React.ReactElement { | |
/> | ||
<Spacer /> | ||
<Text> | ||
Made by Amaury, an indie | ||
{d.footer.madeby.line1} | ||
<br /> | ||
developer based in Paris 🇫🇷. | ||
{d.footer.madeby.line2} | ||
</Text> | ||
</div> | ||
</Grid> | ||
|
@@ -97,11 +97,11 @@ export function Footer(): React.ReactElement { | |
</div> | ||
</Grid> | ||
<Grid className={styles.grid} xs={5}> | ||
<Text h5>Contact</Text> | ||
<Text h5>{d.footer.contact.title}</Text> | ||
<Spacer y={2} /> | ||
<div> | ||
<Link href="mailto:[email protected]"> | ||
{d.footer.contact.email} | ||
</Link> | ||
</div> | ||
<Spacer /> | ||
|
@@ -111,7 +111,7 @@ export function Footer(): React.ReactElement { | |
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
Github | ||
{d.footer.contact.github} | ||
</Link> | ||
</div> | ||
<Spacer /> | ||
|
@@ -121,7 +121,7 @@ export function Footer(): React.ReactElement { | |
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
Help Center | ||
{d.footer.contact.help} | ||
</Link> | ||
</div> | ||
</Grid> | ||
|
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
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