Skip to content

Commit 54164a3

Browse files
committed
fix: bg
1 parent 89e7b4f commit 54164a3

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

.idea/workspace.xml

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

src/assets/github-mark-white.png

-4.72 KB
Binary file not shown.

src/assets/github-mark.png

-6.24 KB
Binary file not shown.

src/assets/image.png

-13.7 KB
Binary file not shown.

src/assets/tools.png

-22 KB
Binary file not shown.

src/pages/home/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Box } from '@mui/material';
22
import Hero from 'components/Hero';
33
import Categories from './Categories';
4-
import background from '@assets/background.svg';
54

65
export default function Home() {
76
return (
@@ -10,7 +9,7 @@ export default function Home() {
109
xs: 1,
1110
md: 3,
1211
lg: 5,
13-
background: `url(${background})`,
12+
background: `url(/assets/background.svg)`,
1413
backgroundColor: '#F5F5FA'
1514
}}
1615
display={'flex'}

0 commit comments

Comments
 (0)