Skip to content

Commit

Permalink
Merge pull request #1467 from ethereum-push-notification-service/chan…
Browse files Browse the repository at this point in the history
…nel-profile-scrollfix

Channel profile scrollfix
  • Loading branch information
HarshRajat authored Mar 23, 2024
2 parents ff6cddb + 06584bb commit ec9817d
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 233 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ REACT_APP_PUBLIC_URL=https://dev.push.org/
REACT_APP_WALLETCONNECT_PROJECT_ID=walletconnect_project_id

# LOCALHOST CREDS
# REACT_APP_IPFS_INFURA_API_KEY="your_secret_infura_api_key_for_localhost"
# REACT_APP_IPFS_INFURA_API_SECRET="your_secret_infura_api_secret_for_localhost"
REACT_APP_IPFS_INFURA_API_KEY="your_secret_infura_api_key_for_localhost"
REACT_APP_IPFS_INFURA_API_SECRET="your_secret_infura_api_secret_for_localhost"

# ESLINT_NO_DEV_ERRORS=true
TSC_COMPILE_ON_ERROR=true
Expand Down
22 changes: 11 additions & 11 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- HTML Meta Tags -->
<title>Push Alpha App (Previously EPNS) | Communication Protocol of Web3</title>
<meta name="description" content="Push Alpha App (Previously EPNS) | Communication Protocol of Web3">
<title>Push Dev App (Previously EPNS) | Communication Protocol of Web3</title>
<meta name="description" content="Push Dev App (Previously EPNS) | Communication Protocol of Web3">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://alpha.push.org">
<meta property="og:url" content="https://dev.push.org">
<meta property="og:type" content="website">
<meta property="og:title" content="Push Alpha App (Previously EPNS)">
<meta property="og:description" content="Push Alpha App (Previously EPNS) | Communication Protocol of Web3">
<meta property="og:image" content="https://alpha.push.org/previews/homepage-alpha.jpg">
<meta property="og:title" content="Push Dev App (Previously EPNS)">
<meta property="og:description" content="Push Dev App (Previously EPNS) | Communication Protocol of Web3">
<meta property="og:image" content="https://dev.push.org/previews/homepage-dev.jpg">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="alpha.push.org">
<meta property="twitter:url" content="https://alpha.push.org">
<meta name="twitter:title" content="Push Alpha App (Previously EPNS)">
<meta name="twitter:description" content="Push Alpha App (Previously EPNS) | Communication Protocol of Web3">
<meta name="twitter:image" content="https://alpha.push.org/previews/homepagetwitter-alpha.jpg">
<meta property="twitter:domain" content="dev.push.org">
<meta property="twitter:url" content="https://dev.push.org">
<meta name="twitter:title" content="Push Dev App (Previously EPNS)">
<meta name="twitter:description" content="Push Dev App (Previously EPNS) | Communication Protocol of Web3">
<meta name="twitter:image" content="https://dev.push.org/previews/homepagetwitter-dev.jpg">

<!-- Meta Tags Generated via https://www.opengraph.xyz -->

Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Sitemap: https://alpha.push.org/sitemap.txt
Sitemap: https://dev.push.org/sitemap.txt
34 changes: 17 additions & 17 deletions public/sitemap.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
https://alpha.push.org/
https://alpha.push.org/?/inbox
https://alpha.push.org/?/chat
https://alpha.push.org/?/channels
https://alpha.push.org/?/dashboard
https://alpha.push.org/?/send
https://alpha.push.org/?/spam
https://alpha.push.org/?/receive
https://alpha.push.org/?/govern
https://alpha.push.org/?/yield
https://alpha.push.org/?/rockstar
https://alpha.push.org/?/gratitude
https://alpha.push.org/?/live_walkthrough
https://alpha.push.org/?/notavailable
https://alpha.push.org/?/faq
https://alpha.push.org/?/internal
https://alpha.push.org/?/support
https://dev.push.org/
https://dev.push.org/?/inbox
https://dev.push.org/?/chat
https://dev.push.org/?/channels
https://dev.push.org/?/dashboard
https://dev.push.org/?/send
https://dev.push.org/?/spam
https://dev.push.org/?/receive
https://dev.push.org/?/govern
https://dev.push.org/?/yield
https://dev.push.org/?/rockstar
https://dev.push.org/?/gratitude
https://dev.push.org/?/live_walkthrough
https://dev.push.org/?/notavailable
https://dev.push.org/?/faq
https://dev.push.org/?/internal
https://dev.push.org/?/support
Loading

0 comments on commit ec9817d

Please sign in to comment.