Skip to content

Commit

Permalink
fix: bgs
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed Nov 14, 2024
1 parent 5e0c26e commit 2f7333a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/landing/components/sections/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Footer(): ReactElement {
<div className={'flex w-full justify-center '}>
<div
style={{
backgroundImage: "url('/landing/footer.png')",
backgroundImage: "url('/landing/footer-background.png')",
backgroundRepeat: 'no-repeat',
backgroundSize: 'auto 100%',
backgroundPosition: 'center'
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function Hero(): ReactElement {
<div className={'flex w-full justify-center'}>
<div
style={{
backgroundImage: "url('/landing/hero.png')",
backgroundImage: "url('/landing/hero-background.png')",
backgroundRepeat: 'no-repeat',
backgroundSize: 'auto 100%',
backgroundPosition: 'center'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/landing/hero-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/landing/hero.png
Binary file not shown.

0 comments on commit 2f7333a

Please sign in to comment.