feat: main Updated Bottom Content to just Content
This commit is contained in:
parent
0a99a50746
commit
f1d90ebeb6
@ -18,19 +18,19 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const forceable = {
|
const forceable = {
|
||||||
'Bottom Content': {
|
Content: {
|
||||||
Content: {
|
Content: {
|
||||||
hidden1: "Edit this to your heart's desire.",
|
hidden1: "Edit this to your heart's desire.",
|
||||||
'How?':
|
'How?':
|
||||||
'Just search for Bottom Content.Content and edit the value to whatever you want.'
|
'Just search for Content.Content and edit the value to whatever you want.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const initialThingtime = {
|
const initialThingtime = {
|
||||||
nav: {},
|
nav: {},
|
||||||
version: 11
|
version: 12,
|
||||||
// ...forceable
|
...forceable
|
||||||
}
|
}
|
||||||
|
|
||||||
const userData = {
|
const userData = {
|
||||||
|
@ -16,7 +16,7 @@ export default function Index () {
|
|||||||
justifyContent='center'
|
justifyContent='center'
|
||||||
>
|
>
|
||||||
<Splash></Splash>
|
<Splash></Splash>
|
||||||
<Thingtime mb={200} thing={thingtime['Bottom Content']}></Thingtime>
|
<Thingtime mb={200} thing={thingtime['Content']}></Thingtime>
|
||||||
<ThingtimeDemo></ThingtimeDemo>
|
<ThingtimeDemo></ThingtimeDemo>
|
||||||
<ProfileDrawer></ProfileDrawer>
|
<ProfileDrawer></ProfileDrawer>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
Loading…
Reference in New Issue
Block a user