diff --git a/public/index.html b/public/index.html index 9e3a9ef..15d9378 100644 --- a/public/index.html +++ b/public/index.html @@ -28,7 +28,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Propy - dApp + Propy - Onchain diff --git a/public/manifest.json b/public/manifest.json index d475e31..4742bef 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Propy dApp", - "name": "Propy dApp", + "short_name": "Propy Onchain", + "name": "Propy Onchain", "icons": [ { "src": "favicon.ico", diff --git a/src/components/DappProviderWagmi2.tsx b/src/components/DappProviderWagmi2.tsx index cd22e58..e23247f 100644 --- a/src/components/DappProviderWagmi2.tsx +++ b/src/components/DappProviderWagmi2.tsx @@ -16,7 +16,7 @@ const projectId = '32a05ca21db0679cb1e3e2601081e2f4' // 2. Create wagmiConfig const metadata = { - name: 'Propy dApp', + name: 'Propy Onchain', description: 'Interfacing with Propy\'s onchain systems', url: 'https://dapp.propy.com', icons: [PropyHouseOnlyLogo] diff --git a/src/components/NavigationTopBar.tsx b/src/components/NavigationTopBar.tsx index 3a61c6e..c9efdb2 100644 --- a/src/components/NavigationTopBar.tsx +++ b/src/components/NavigationTopBar.tsx @@ -78,7 +78,7 @@ const NavigationTopBar = (props: PropsFromRedux) => {
logo - dApp + Onchain