feat: main Updated Bottom Content to just Content

This commit is contained in:
Nikolaj Frey 2023-07-02 00:52:27 +10:00
parent 0a99a50746
commit f1d90ebeb6
2 changed files with 5 additions and 5 deletions

View File

@ -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 = {

View File

@ -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>