Merge pull request #3 from Permissionless-Software-Foundation/devops-unstable

Making recent posts the landing page
This commit is contained in:
Chris Troutner
2026-07-15 12:55:00 -07:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -21,3 +21,4 @@ Have questions? Need help? Join our community support
## License
[MIT](./LICENSE.md)
.
+3 -3
View File
@@ -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",
+1 -1
View File
@@ -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} />} />