Skip to content

Commit

Permalink
style: change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Nov 26, 2023
1 parent 190f06a commit 9f702db
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 39 deletions.
36 changes: 0 additions & 36 deletions public/faded-logo.svg

This file was deleted.

11 changes: 11 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/hero/hero.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

& .logo {
display: block;
width: 65px;
margin: 0 auto 5px;
width: 45px;
margin: 0 auto 12px;
}

& .title {
Expand Down
4 changes: 3 additions & 1 deletion src/components/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export function Hero() {
<img
alt="Faded Moodist Logo"
className={styles.logo}
src="/faded-logo.svg"
height={45}
src="/logo.svg"
width={45}
/>

<div className={styles.title}>
Expand Down

0 comments on commit 9f702db

Please sign in to comment.