Skip to content

Commit

Permalink
Updated the background image from svg to png
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitstar-OC committed Jan 7, 2025
1 parent 64a3e07 commit bb9616e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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(/bg.svg)',
backgroundImage: 'url(/background.png)',
backgroundSize: 'cover',
backgroundPosition: 'center',
position: 'fixed',
Expand Down

0 comments on commit bb9616e

Please sign in to comment.