Skip to content

Commit

Permalink
casing
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 28, 2025
1 parent 62327cb commit 355230c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 16 deletions.
3 changes: 1 addition & 2 deletions examples/authz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ Checkout these related projects:

## Credits

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

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

## Disclaimer

Expand Down
5 changes: 2 additions & 3 deletions examples/ibc-asset-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The npm package for the Official Cosmos chain registry. Get chain and token data

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

### HyperWeb Videos
### Hyperweb Videos

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

Expand Down Expand Up @@ -78,8 +78,7 @@ Checkout these related projects:

## Credits

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

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

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion examples/ibc-asset-list/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export function Footer() {
>
<Text>Built with</Text>
<Link href="https://hyperweb.io" target="_blank">
HyperWeb
Hyperweb
</Link>
</Stack>
</>
Expand Down
2 changes: 1 addition & 1 deletion examples/ibc-asset-list/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const products: Project[] = [
},
{
name: 'Videos',
desc: 'How-to videos from the official HyperWeb website, with learning resources for building in Cosmos.',
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
link: 'https://hyperweb.io/learn',
},
];
Expand Down
5 changes: 2 additions & 3 deletions examples/stake-tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The npm package for the Official Cosmos chain registry. Get chain and token data

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

### HyperWeb Videos
### Hyperweb Videos

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

Expand Down Expand Up @@ -78,8 +78,7 @@ Checkout these related projects:

## Credits

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

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

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion examples/stake-tokens/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function Footer() {
>
<Text>Built with</Text>
<Link href="https://hyperweb.io/" target="_blank">
HyperWeb
Hyperweb
</Link>
</Stack>
</>
Expand Down
2 changes: 1 addition & 1 deletion examples/stake-tokens/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const products: Project[] = [
},
{
name: 'Videos',
desc: 'How-to videos from the official HyperWeb website, with learning resources for building in Cosmos.',
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
link: 'https://hyperweb.io/learn',
},
];
Expand Down
4 changes: 2 additions & 2 deletions examples/vote-proposal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The npm package for the Official Cosmos chain registry. Get chain and token data

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

### HyperWeb Videos
### Hyperweb Videos

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

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

## Credits

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

Code built with the help of these related projects:

Expand Down
2 changes: 1 addition & 1 deletion examples/vote-proposal/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export function Footer() {
>
<Text>Built with</Text>
<Link href="https://hyperweb.io" target="_blank">
HyperWeb
Hyperweb
</Link>
</Stack>
</>
Expand Down
2 changes: 1 addition & 1 deletion examples/vote-proposal/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const products: Project[] = [
},
{
name: 'Videos',
desc: 'How-to videos from the official HyperWeb website, with learning resources for building in Cosmos.',
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
link: 'https://hyperweb.io/learn',
},
];
Expand Down

0 comments on commit 355230c

Please sign in to comment.