diff options
| author | Bobby <[email protected]> | 2026-03-07 12:30:05 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-03-07 12:30:05 +0530 |
| commit | 8db94ce0ccb4c5e790a2e0d346b2cbbf411b22b8 (patch) | |
| tree | f1e744dbce62de3f329e3ae8520a72f0c95c1c84 | |
| parent | 5577f38c8b59ec78bbce9bf4332e0ef7baa95f5c (diff) | |
| download | pagoda-8db94ce0ccb4c5e790a2e0d346b2cbbf411b22b8.tar.xz pagoda-8db94ce0ccb4c5e790a2e0d346b2cbbf411b22b8.zip | |
feat: add construction notice to Home page
| -rw-r--r-- | garden/src/pages/home.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/garden/src/pages/home.tsx b/garden/src/pages/home.tsx index 3e07a84..4150ece 100644 --- a/garden/src/pages/home.tsx +++ b/garden/src/pages/home.tsx @@ -1,7 +1,7 @@ export default function Home() { return ( <section> - <p></p> + <p>Pagoda is currently under construction. You can browse around and test out the features, but multiple data wipes will happen as changes are made. There will be no notice before wipes, so be sure to not put anything important in here. Best to just play around, have fun and experiment!</p> </section> ); }
\ No newline at end of file |
