Skip to content

Commit

Permalink
fix: bg
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Feb 25, 2025
1 parent 89e7b4f commit 54164a3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
23 changes: 11 additions & 12 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
Binary file removed src/assets/github-mark-white.png
Binary file not shown.
Binary file removed src/assets/github-mark.png
Binary file not shown.
Binary file removed src/assets/image.png
Binary file not shown.
Binary file removed src/assets/tools.png
Binary file not shown.
3 changes: 1 addition & 2 deletions src/pages/home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Box } from '@mui/material';
import Hero from 'components/Hero';
import Categories from './Categories';
import background from '@assets/background.svg';

export default function Home() {
return (
Expand All @@ -10,7 +9,7 @@ export default function Home() {
xs: 1,
md: 3,
lg: 5,
background: `url(${background})`,
background: `url(/assets/background.svg)`,
backgroundColor: '#F5F5FA'
}}
display={'flex'}
Expand Down

0 comments on commit 54164a3

Please sign in to comment.