Skip to content

Commit

Permalink
added new netlify logo to footer (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
taty2010 authored Mar 8, 2023
1 parent 9fbcc0a commit 8ad9fd6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Footer() {
return (
<>
<footer className={styles.footer}>
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} />
</footer>
</>
)
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
}

.logo {
height: 1em;
height: 3em;
margin: 5px;
}
16 changes: 16 additions & 0 deletions public/logo-netlify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/netliheart.svg

This file was deleted.

0 comments on commit 8ad9fd6

Please sign in to comment.