Skip to content

Commit

Permalink
chore(logo): resize logo to please pagespeed.web.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 12, 2024
1 parent 89367bd commit e2fdcfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified app/static/images/logo.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions app/views/components/header/header.templ
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ templ Header() {
}
>
<img
width="50"
height="50"
width="55"
height="55"
src="/static/images/logo.webp"
alt="DankMuzikk Logo"
class={ "w-[50px]", "rounded-md" }
class={ "w-[55px]", "rounded-md" }
/>
<h1 class={ "text-3xl", }>DankMuzikk</h1>
</div>
Expand Down

0 comments on commit e2fdcfb

Please sign in to comment.