Skip to content

Commit 6e009c2

Browse files
committed
Add link to footer
1 parent f8c83b0 commit 6e009c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/Footer/Footer.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ export default function Footer() {
1111
{theme => (
1212
<footer style={{ backgroundColor: theme.Darker }}>
1313
<div className={styles.Footer}>
14-
<Link
14+
<a
15+
href="https://github.com/javascriptmid/away-from-javascript"
1516
style={{
1617
textAlign: 'center',
1718
textDecoration: 'none',
1819
color: theme.Yellow,
1920
}}
2021
>
2122
Made with ♥ by the Javascript Mérida community
22-
</Link>
23+
</a>
2324
</div>
2425
</footer>
2526
)}

0 commit comments

Comments
 (0)