Skip to content

Commit 8ad9fd6

Browse files
authored
added new netlify logo to footer (#88)
1 parent 9fbcc0a commit 8ad9fd6

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

components/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function Footer() {
44
return (
55
<>
66
<footer className={styles.footer}>
7-
Made with <img src="/netliheart.svg" alt="Netlify Logo" className={styles.logo} /> for you
7+
<img src="/logo-netlify.svg" alt="Netlify Logo" className={styles.logo} />
88
</footer>
99
</>
1010
)

components/Footer.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99

1010
.logo {
11-
height: 1em;
11+
height: 3em;
1212
margin: 5px;
1313
}

public/logo-netlify.svg

+16
Loading

public/netliheart.svg

-9
This file was deleted.

0 commit comments

Comments
 (0)