Add Protogarden image to Home stats
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user