Skip to content

Commit

Permalink
Merge pull request #269 from Propy/feat/oct-language-adjustments
Browse files Browse the repository at this point in the history
chore(index): language updates
  • Loading branch information
JayWelsh authored Oct 11, 2024
2 parents c675c93 + 70802f8 commit 7dbb9a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
-->
<title>Propy - dApp</title>
<title>Propy - Onchain</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Propy dApp",
"name": "Propy dApp",
"short_name": "Propy Onchain",
"name": "Propy Onchain",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion src/components/DappProviderWagmi2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavigationTopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const NavigationTopBar = (props: PropsFromRedux) => {
<div style={{display: 'flex', alignItems: 'center'}}>
<img height={'28px'} style={{marginRight: '10px', cursor: 'pointer'}} src={darkMode ? LogoDarkMode : LogoLightMode} alt="logo" />
<Typography variant="body1" className={classes.title}>
dApp
Onchain
</Typography>
</div>
</LinkWrapper>
Expand Down

0 comments on commit 7dbb9a9

Please sign in to comment.