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