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

View File

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