diff --git a/remix/app/Providers/ThingtimeProvider.tsx b/remix/app/Providers/ThingtimeProvider.tsx
index ce7523e..2380087 100644
--- a/remix/app/Providers/ThingtimeProvider.tsx
+++ b/remix/app/Providers/ThingtimeProvider.tsx
@@ -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 = {
diff --git a/remix/app/routes/index.tsx b/remix/app/routes/index.tsx
index fc15e04..95e84dc 100644
--- a/remix/app/routes/index.tsx
+++ b/remix/app/routes/index.tsx
@@ -16,7 +16,7 @@ export default function Index () {
justifyContent='center'
>
-
+