Skip to content

Commit 33261da

Browse files
Merge pull request #6 from push-protocol/changed-@pushprotocol-twitter-to@PushChain
Changed the text from pushprotocol to pushchain
2 parents 6cd8299 + b610a68 commit 33261da

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

docs/chat/01-build/10-Develop-Conditional-Rule-For-Groups.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide_title: true
55
slug: ./conditional-rules-for-group
66
displayed_sidebar: pushChatSidebar
77
sidebar_position: 10
8-
image: "/assets/docs/previews/docs_chat_develop--conditional_rules_for_group.png"
8+
image: '/assets/docs/previews/docs_chat_develop--conditional_rules_for_group.png'
99
---
1010

1111
# Conditional gating overview
@@ -16,7 +16,7 @@ Conditional gating allows you to define rules for the members of the group for d
1616
- **Creating nft gated group** - ie: user needs to hold XX NFT to join the gorup
1717
- **Defining multi-chain conditions** - ie: user can join the group if they have 5 tokens on Ethereum or 10 tokens on Polygon
1818
- **Defining sending message conditions** - ie: user needs 1 token to join the group but 100 to send message
19-
- **Defining non-web3 conditions using Guild** - ie: user needs to follow `@pushprotocol` on twitter to be able to join the group
19+
- **Defining non-web3 conditions using Guild** - ie: user needs to follow `@PushChain` on twitter to be able to join the group
2020
- **Creating game theories by combining one or multiple conditions** - ie: you need 1 token on any chain to join the group but sending messages require you to hold 1000 tokens or 1 NFT or 20 POAPs, etc
2121

2222
<head>

docs/rewards/01-rewards.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Getting started is fairly simple. Follow these steps to start earning today:
2727

2828
**How to Register (required):**
2929

30-
1. Connect your X account and Follow [@pushprotocol](https://x.com/PushChain)
30+
1. Connect your X account and Follow [@PushChain](https://x.com/PushChain)
3131
2. Connect your Discord profile and Join [Push Discord Server](https://discord.com/invite/pushprotocol).
3232

3333
:::tip
34-
**Note:** We perform multiple checks to ensure your twitter account is legitimate. Verification may take up to 24 hours. If the verification fails, please make sure you are following [@pushprotocol](https://x.com/PushChain) and have at-least 50 followers.
34+
**Note:** We perform multiple checks to ensure your twitter account is legitimate. Verification may take up to 24 hours. If the verification fails, please make sure you are following [@PushChain](https://x.com/PushChain) and have at-least 50 followers.
3535
:::
3636

3737
Once the first two steps are done, you have successfully registered for Push Points Program. You can start minting points by completing various activities. Do make sure to keep checking your Points dashboard for a new set of tasks each week. You don’t want to miss out on some of these bonus rewards!
@@ -42,7 +42,7 @@ Users can also check-in daily on [app.push.org/points/activity](http://app.push.
4242

4343
## Multipliers
4444

45-
Multipliers allow users to boost their Points by performing special activities. For e.g. if you have 100 points, after earning a 2x Multiplier, you will now have 200 Points. Multipliers also apply to any points earned after activating the Multiplier making it a permanent feature. Watch out [@pushprotocol](https://x.com/PushChain) on X for bonus activities to earn Multipliers.
45+
Multipliers allow users to boost their Points by performing special activities. For e.g. if you have 100 points, after earning a 2x Multiplier, you will now have 200 Points. Multipliers also apply to any points earned after activating the Multiplier making it a permanent feature. Watch out [@PushChain](https://x.com/PushChain) on X for bonus activities to earn Multipliers.
4646

4747
Multipliers are associated with high impact activities to make sure top contributors to the platform are rewarded accordingly.
4848

src/components/DocsHub/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default function HomepageFeatures(): JSX.Element {
213213

214214
{/* <!-- Twitter Meta Tags --> */}
215215
<meta name='twitter:card' content='summary_large_image' />
216-
<meta name='twitter:site' content='@pushprotocol' />
216+
<meta name='twitter:site' content='@PushChain' />
217217
<meta name='twitter:title' content='Push | Documentation Hub' />
218218
<meta
219219
name='twitter:description'

src/components/TokenFaucet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const TokenFaucet = ({
108108
fontWeight='400'
109109
color={isFollowed ? '#25AAF5' : '#FFF'}
110110
>
111-
{isFollowed ? 'Following' : 'Follow @pushprotocol'}
111+
{isFollowed ? 'Following' : 'Follow @PushChain'}
112112
</Span>
113113
{isFollowed && (
114114
<Icon src={XRight} height='18px' width='18px' alt='x' />

src/pages/bootcamp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function Bootcamp() {
3939
/>
4040
{/* <!-- Twitter Meta Tags --> */}
4141
<meta name='twitter:card' content='summary_large_image' />
42-
<meta name='twitter:site' content='@pushprotocol' />
42+
<meta name='twitter:site' content='@PushChain' />
4343
<meta name='twitter:title' content='Push | BOOTCAMP CAMPAIGN' />
4444
<meta
4545
name='twitter:description'

src/pages/brb.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function BRB() {
4343

4444
{/* <!-- Twitter Meta Tags --> */}
4545
<meta name='twitter:card' content='summary_large_image' />
46-
<meta name='twitter:site' content='@pushprotocol' />
46+
<meta name='twitter:site' content='@PushChain' />
4747
<meta
4848
name='twitter:title'
4949
content='Push | BRB (Billions Reasons to Build)'

src/pages/cheatsheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function CheatSheet() {
4848

4949
{/* <!-- Twitter Meta Tags --> */}
5050
<meta name='twitter:card' content='summary_large_image' />
51-
<meta name='twitter:site' content='@pushprotocol' />
51+
<meta name='twitter:site' content='@PushChain' />
5252
<meta name='twitter:title' content='Push | Cheatsheet' />
5353
<meta
5454
name='twitter:description'

src/pages/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function FAQ() {
7878

7979
{/* <!-- Twitter Meta Tags --> */}
8080
<meta name='twitter:card' content='summary_large_image' />
81-
<meta name='twitter:site' content='@pushprotocol' />
81+
<meta name='twitter:site' content='@PushChain' />
8282
<meta name='twitter:title' content='Push | FAQ' />
8383
<meta
8484
name='twitter:description'

src/pages/frens.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const FrensText = () => {
367367

368368
{/* <!-- Twitter Meta Tags --> */}
369369
<meta name='twitter:card' content='summary_large_image' />
370-
<meta name='twitter:site' content='@pushprotocol' />
370+
<meta name='twitter:site' content='@PushChain' />
371371
<meta name='twitter:title' content='Push | Frens Of Push' />
372372
<meta
373373
name='twitter:description'

src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function Home() {
113113

114114
{/* <!-- Twitter Meta Tags --> */}
115115
<meta name='twitter:card' content='summary_large_image' />
116-
<meta name='twitter:site' content='@pushprotocol' />
116+
<meta name='twitter:site' content='@PushChain' />
117117
<meta name='twitter:title' content='Push Protocol (Previously EPNS)' />
118118
<meta
119119
name='twitter:description'

0 commit comments

Comments
 (0)