This commit is contained in:
Ibrahima G. Coulibaly
2025-02-25 17:43:08 +00:00
parent 89e7b4f7f7
commit 54164a3542
7 changed files with 12 additions and 14 deletions

23
.idea/workspace.xml generated
View File

@@ -6,8 +6,7 @@
<component name="ChangeListManager">
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="fix: bg">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/img.png" beforeDir="false" afterPath="$PROJECT_DIR$/img.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/pages/home/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/home/index.tsx" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -260,15 +259,7 @@
<workItem from="1740459961271" duration="66000" />
<workItem from="1740460036909" duration="8299000" />
<workItem from="1740490890760" duration="1889000" />
<workItem from="1740503199053" duration="891000" />
</task>
<task id="LOCAL-00073" summary="fix: misc">
<option name="closed" value="true" />
<created>1719510922051</created>
<option name="number" value="00073" />
<option name="presentableId" value="LOCAL-00073" />
<option name="project" value="LOCAL" />
<updated>1719510922051</updated>
<workItem from="1740503199053" duration="1893000" />
</task>
<task id="LOCAL-00074" summary="fix: radio and list sort init">
<option name="closed" value="true" />
@@ -654,7 +645,15 @@
<option name="project" value="LOCAL" />
<updated>1740504051051</updated>
</task>
<option name="localTasksCounter" value="122" />
<task id="LOCAL-00122" summary="fix: bg">
<option name="closed" value="true" />
<created>1740504100676</created>
<option name="number" value="00122" />
<option name="presentableId" value="LOCAL-00122" />
<option name="project" value="LOCAL" />
<updated>1740504100676</updated>
</task>
<option name="localTasksCounter" value="123" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -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 (
@@ -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'}