mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-22 17:22:02 -07:00
Make /posts/recent the landing page
Changed the root route '/' from BchSend to RecentPosts so that memo.fullstackcash.net shows the recent posts feed as the landing page.
This commit is contained in:
@@ -34,7 +34,7 @@ function AppBody (props) {
|
||||
return (
|
||||
<>
|
||||
<Routes>
|
||||
<Route path='/' element={<BchSend appData={appData} />} />
|
||||
<Route path='/' element={<RecentPosts />} />
|
||||
<Route path='/balance' element={<GetBalance wallet={appData.wallet} />} />
|
||||
<Route path='/bch' element={<BchSend appData={appData} />} />
|
||||
<Route path='/wallet' element={<Wallet appData={appData} />} />
|
||||
|
||||
Reference in New Issue
Block a user