Skip to content

Commit

Permalink
Merge pull request #1076 from hackclub/switch-background-to-webp
Browse files Browse the repository at this point in the history
Switch background image to webp
  • Loading branch information
maxwofford authored Jan 7, 2025
2 parents 51e3430 + 1af3ed3 commit 8e7fc26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/bg.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/[tab]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Page({
<div
className="inset-0 z-[-1]"
style={{
backgroundImage: 'url(/background.png)',
backgroundImage: 'url(/bg.webp)',
backgroundSize: 'cover',
backgroundPosition: 'center',
position: 'fixed',
Expand Down

0 comments on commit 8e7fc26

Please sign in to comment.