mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 16:39:31 +02:00
fix: bg
This commit is contained in:
23
.idea/workspace.xml
generated
23
.idea/workspace.xml
generated
@@ -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">
|
||||
|
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 |
@@ -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'}
|
||||
|
Reference in New Issue
Block a user