aboutsummaryrefslogtreecommitdiff
path: root/docs/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/index.tsx')
-rw-r--r--docs/src/pages/index.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index c9bcfc1..fbe6e5e 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -37,6 +37,13 @@ export default function Home(): ReactNode {
<HomepageHeader />
<main>
<HomepageFeatures />
+
+ <center>
+ <p>
+ This is all placeholder text. It will be fixed. Give me time. I am
+ one person and my project has unexpectedly gone viral.
+ </p>
+ </center>
</main>
</Layout>
);