mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
Merge pull request #3 from Permissionless-Software-Foundation/devops-unstable
Making recent posts the landing page
This commit is contained in:
@@ -21,3 +21,4 @@ Have questions? Need help? Join our community support
|
||||
|
||||
## License
|
||||
[MIT](./LICENSE.md)
|
||||
.
|
||||
|
||||
Generated
+3
-3
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "bch-wallet-web3-spa",
|
||||
"name": "psf-memo-client",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bch-wallet-web3-spa",
|
||||
"name": "psf-memo-client",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@chris.troutner/react-jdenticon": "1.0.1",
|
||||
@@ -22,7 +22,7 @@
|
||||
"react": "19.0.0",
|
||||
"react-bootstrap": "2.10.7",
|
||||
"react-dom": "19.0.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-markdown": "10.1.0",
|
||||
"react-router-dom": "7.1.3",
|
||||
"react-scripts": "5.0.1",
|
||||
"use-local-storage-state": "19.5.0",
|
||||
|
||||
@@ -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