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 4968865 commit 913e161Copy full SHA for 913e161
components/Footer.js
@@ -36,7 +36,7 @@ export default function Footer() {
36
</div>
37
<div className={footerStyles.socialMedia}>
38
{linksSocial.map((link) => (
39
- <Link href={link.href} key={link.href}>
+ <Link href={link.href} key={link.text}>
40
<img
41
className={footerStyles.socialMedia}
42
src={link.src}
pages/index.js
@@ -6,7 +6,7 @@ export default function Home() {
6
<div>
7
<Head>
8
<title>Web Dev Path</title>
9
- <link rel="icon" href="/images/favicon.ico" />
+ <link rel="icon" href="/favicon.ico" />
10
</Head>
11
<h1 className={styles.title}>< Web Dev wannabe? /></h1>
12
<div className={styles.description}>
public/images/favicon.ico renamed to public/favicon.ico
0 commit comments