Add Protogarden image to Home stats

This commit is contained in:
2022-05-17 02:38:20 +00:00
parent 152107a9bb
commit adb14f5c4f
6 changed files with 85 additions and 10 deletions
+5
View File
@@ -27,6 +27,7 @@ import { Subscribe } from './PayPal.js';
import { PasswordReset, ConfirmReset } from './PasswordReset.js';
import { NotFound, PleaseLogin } from './Misc.js';
import { Debug } from './Debug.js';
import { Garden } from './Garden.js';
import { Footer } from './Footer.js';
const APP_VERSION = 3; // TODO: automate this
@@ -263,6 +264,10 @@ function App() {
<Classes token={token} user={user} refreshUser={refreshUser} />
</Route>
<Route path='/garden'>
<Garden />
</Route>
{user && user.member.set_details ?
<Switch>
<Route path='/account'>