From 4bd8d215e0acd3cd3e3089671a0436d490315765 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 7 Mar 2022 21:03:24 -0800 Subject: [PATCH] Better homepage and add github to header --- client/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/index.tsx b/client/pages/index.tsx index feac465b..7756eba6 100644 --- a/client/pages/index.tsx +++ b/client/pages/index.tsx @@ -28,7 +28,7 @@ const Home = ({ theme, changeTheme }: ThemeProps) => { - User authentication - Private, public, and secret posts -If you want to signup, you can join at [/signup](/signup) as long as you have a passcode provided by the administrator. If you're already signed in, you can create a new post by clicking the "New" button in the header. This demo is on a memory-only database, so accounts and pastes can be deleted at any time. +If you want to signup, you can join at [/signup](/signup) as long as you have a passcode provided by the administrator (which you don't need for this demo). If you're already signed in, you can create a new post by clicking the "New" button in the header. This demo is on a memory-only database, so accounts and pastes can be deleted at any time. Drift was inspired by [this tweet](https://twitter.com/emilyst/status/1499858264346935297): > What is the absolute closest thing to GitHub Gist that can be self-hosted?