Skip to content

Commit faeb0d1

Browse files
committed
fix: bg
1 parent 54276c0 commit faeb0d1

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.idea/workspace.xml

Lines changed: 14 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Home() {
99
xs: 1,
1010
md: 3,
1111
lg: 5,
12-
background: 'url(src/assets/background.svg)',
12+
background: 'url(assets/background.svg)',
1313
backgroundColor: '#F5F5FA'
1414
}}
1515
display={'flex'}

0 commit comments

Comments
 (0)