Skip to content

Commit 355230c

Browse files
committed
casing
1 parent 62327cb commit 355230c

File tree

10 files changed

+13
-16
lines changed

10 files changed

+13
-16
lines changed

examples/authz/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ Checkout these related projects:
7878

7979
## Credits
8080

81-
🛠 Built by Hyperweb — if you like our tools, please consider delegating to [our validator ⚛️](https://hyperweb.io/validator)
82-
81+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
8382

8483
## Disclaimer
8584

examples/ibc-asset-list/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The npm package for the Official Cosmos chain registry. Get chain and token data
2020

2121
* https://github.com/hyperweb-io/chain-registry
2222

23-
### HyperWeb Videos
23+
### Hyperweb Videos
2424

2525
Checkout more videos for how to use various frontend tooling in the Cosmos!
2626

@@ -78,8 +78,7 @@ Checkout these related projects:
7878

7979
## Credits
8080

81-
🛠 Built by HyperWeb — if you like our tools, please consider delegating to [our validator ⚛️](https://hyperweb.io/validator)
82-
81+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
8382

8483
## Disclaimer
8584

examples/ibc-asset-list/components/common/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function Footer() {
170170
>
171171
<Text>Built with</Text>
172172
<Link href="https://hyperweb.io" target="_blank">
173-
HyperWeb
173+
Hyperweb
174174
</Link>
175175
</Stack>
176176
</>

examples/ibc-asset-list/config/features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const products: Project[] = [
3232
},
3333
{
3434
name: 'Videos',
35-
desc: 'How-to videos from the official HyperWeb website, with learning resources for building in Cosmos.',
35+
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
3636
link: 'https://hyperweb.io/learn',
3737
},
3838
];

examples/stake-tokens/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The npm package for the Official Cosmos chain registry. Get chain and token data
2020

2121
* https://github.com/hyperweb-io/chain-registry
2222

23-
### HyperWeb Videos
23+
### Hyperweb Videos
2424

2525
Checkout more videos for how to use various frontend tooling in the Cosmos!
2626

@@ -78,8 +78,7 @@ Checkout these related projects:
7878

7979
## Credits
8080

81-
🛠 Built by HyperWeb — if you like our tools, please consider delegating to [our validator ⚛️](https://hyperweb.io/validator)
82-
81+
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
8382

8483
## Disclaimer
8584

examples/stake-tokens/components/common/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export function Footer() {
158158
>
159159
<Text>Built with</Text>
160160
<Link href="https://hyperweb.io/" target="_blank">
161-
HyperWeb
161+
Hyperweb
162162
</Link>
163163
</Stack>
164164
</>

examples/stake-tokens/config/features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const products: Project[] = [
3232
},
3333
{
3434
name: 'Videos',
35-
desc: 'How-to videos from the official HyperWeb website, with learning resources for building in Cosmos.',
35+
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
3636
link: 'https://hyperweb.io/learn',
3737
},
3838
];

examples/vote-proposal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The npm package for the Official Cosmos chain registry. Get chain and token data
2020

2121
* https://github.com/hyperweb-io/chain-registry
2222

23-
### HyperWeb Videos
23+
### Hyperweb Videos
2424

2525
Checkout more videos for how to use various frontend tooling in the Cosmos!
2626

@@ -66,7 +66,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym
6666

6767
## Credits
6868

69-
🛠 Built by HyperWeb — if you like our tools, please consider delegating to [our validator ⚛️](https://hyperweb./validator)
69+
🛠 Built by Hyperweb — if you like our tools, please consider delegating to [our validator ⚛️](https://hyperweb./validator)
7070

7171
Code built with the help of these related projects:
7272

examples/vote-proposal/components/common/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export function Footer() {
152152
>
153153
<Text>Built with</Text>
154154
<Link href="https://hyperweb.io" target="_blank">
155-
HyperWeb
155+
Hyperweb
156156
</Link>
157157
</Stack>
158158
</>

examples/vote-proposal/config/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const products: Project[] = [
3232
},
3333
{
3434
name: 'Videos',
35-
desc: 'How-to videos from the official HyperWeb website, with learning resources for building in Cosmos.',
35+
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
3636
link: 'https://hyperweb.io/learn',
3737
},
3838
];

0 commit comments

Comments
 (0)