We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbcc0a commit 8ad9fd6Copy full SHA for 8ad9fd6
components/Footer.js
@@ -4,7 +4,7 @@ export default function Footer() {
4
return (
5
<>
6
<footer className={styles.footer}>
7
- Made with <img src="/netliheart.svg" alt="Netlify Logo" className={styles.logo} /> for you
+ <img src="/logo-netlify.svg" alt="Netlify Logo" className={styles.logo} />
8
</footer>
9
</>
10
)
components/Footer.module.css
@@ -8,6 +8,6 @@
}
.logo {
11
- height: 1em;
+ height: 3em;
12
margin: 5px;
13
public/logo-netlify.svg
public/netliheart.svg
0 commit comments