We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c83b0 commit 6e009c2Copy full SHA for 6e009c2
src/components/Footer/Footer.js
@@ -11,15 +11,16 @@ export default function Footer() {
11
{theme => (
12
<footer style={{ backgroundColor: theme.Darker }}>
13
<div className={styles.Footer}>
14
- <Link
+ <a
15
+ href="https://github.com/javascriptmid/away-from-javascript"
16
style={{
17
textAlign: 'center',
18
textDecoration: 'none',
19
color: theme.Yellow,
20
}}
21
>
22
Made with ♥ by the Javascript Mérida community
- </Link>
23
+ </a>
24
</div>
25
</footer>
26
)}
0 commit comments