From 355230c993115b4a9e80fff2ac7014eda991cf60 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Mon, 27 Jan 2025 16:13:23 -0800 Subject: [PATCH] casing --- examples/authz/README.md | 3 +-- examples/ibc-asset-list/README.md | 5 ++--- examples/ibc-asset-list/components/common/Footer.tsx | 2 +- examples/ibc-asset-list/config/features.ts | 2 +- examples/stake-tokens/README.md | 5 ++--- examples/stake-tokens/components/common/Footer.tsx | 2 +- examples/stake-tokens/config/features.ts | 2 +- examples/vote-proposal/README.md | 4 ++-- examples/vote-proposal/components/common/Footer.tsx | 2 +- examples/vote-proposal/config/projects.ts | 2 +- 10 files changed, 13 insertions(+), 16 deletions(-) diff --git a/examples/authz/README.md b/examples/authz/README.md index 24a27873..e6b5f02e 100644 --- a/examples/authz/README.md +++ b/examples/authz/README.md @@ -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 diff --git a/examples/ibc-asset-list/README.md b/examples/ibc-asset-list/README.md index 2e660198..6b9e1d1f 100644 --- a/examples/ibc-asset-list/README.md +++ b/examples/ibc-asset-list/README.md @@ -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! @@ -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 diff --git a/examples/ibc-asset-list/components/common/Footer.tsx b/examples/ibc-asset-list/components/common/Footer.tsx index 383f5f4c..9feaf890 100644 --- a/examples/ibc-asset-list/components/common/Footer.tsx +++ b/examples/ibc-asset-list/components/common/Footer.tsx @@ -170,7 +170,7 @@ export function Footer() { > Built with - HyperWeb + Hyperweb diff --git a/examples/ibc-asset-list/config/features.ts b/examples/ibc-asset-list/config/features.ts index 3de92d42..02a04d7f 100644 --- a/examples/ibc-asset-list/config/features.ts +++ b/examples/ibc-asset-list/config/features.ts @@ -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', }, ]; diff --git a/examples/stake-tokens/README.md b/examples/stake-tokens/README.md index fbd8daff..f9946f8d 100644 --- a/examples/stake-tokens/README.md +++ b/examples/stake-tokens/README.md @@ -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! @@ -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 diff --git a/examples/stake-tokens/components/common/Footer.tsx b/examples/stake-tokens/components/common/Footer.tsx index 12434ff2..6c372d76 100644 --- a/examples/stake-tokens/components/common/Footer.tsx +++ b/examples/stake-tokens/components/common/Footer.tsx @@ -158,7 +158,7 @@ export function Footer() { > Built with - HyperWeb + Hyperweb diff --git a/examples/stake-tokens/config/features.ts b/examples/stake-tokens/config/features.ts index e04e245b..7e657dfe 100644 --- a/examples/stake-tokens/config/features.ts +++ b/examples/stake-tokens/config/features.ts @@ -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', }, ]; diff --git a/examples/vote-proposal/README.md b/examples/vote-proposal/README.md index 61da2c15..efba92c6 100644 --- a/examples/vote-proposal/README.md +++ b/examples/vote-proposal/README.md @@ -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! @@ -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: diff --git a/examples/vote-proposal/components/common/Footer.tsx b/examples/vote-proposal/components/common/Footer.tsx index ecc0a128..7cc304af 100644 --- a/examples/vote-proposal/components/common/Footer.tsx +++ b/examples/vote-proposal/components/common/Footer.tsx @@ -152,7 +152,7 @@ export function Footer() { > Built with - HyperWeb + Hyperweb diff --git a/examples/vote-proposal/config/projects.ts b/examples/vote-proposal/config/projects.ts index 69e25e51..6f3fb18f 100644 --- a/examples/vote-proposal/config/projects.ts +++ b/examples/vote-proposal/config/projects.ts @@ -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', }, ];