Skip to content

Commit b2ab710

Browse files
committed
links
1 parent 030c3bc commit b2ab710

File tree

20 files changed

+38
-38
lines changed

20 files changed

+38
-38
lines changed

examples/asset-list/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export const dependencies: Project[] = [
4444
link: 'https://github.com/osmosis-labs/osmojs',
4545
},
4646
{
47-
name: 'Chakra UI',
47+
name: 'Interchain UI',
4848
desc: 'A simple, modular and accessible React Component Library.',
49-
link: 'https://chakra-ui.com/docs/components/',
49+
link: 'https://cosmology.zone/explore',
5050
},
5151
{
5252
name: 'Next.js',

examples/contracts/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const products: FeatureProps[] = [
3535

3636
export const dependencies: FeatureProps[] = [
3737
{
38-
title: 'Chakra UI',
38+
title: 'Interchain UI',
3939
text: 'A simple, modular and accessible React Component Library.',
40-
href: 'https://chakra-ui.com/docs/components/'
40+
href: 'https://cosmology.zone/explore'
4141
},
4242
{
4343
title: 'Next.js',

examples/cosmwasm/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const products: FeatureProps[] = [
3535

3636
export const dependencies: FeatureProps[] = [
3737
{
38-
title: 'Chakra UI',
38+
title: 'Interchain UI',
3939
text: 'A simple, modular and accessible React Component Library.',
40-
href: 'https://chakra-ui.com/docs/components/'
40+
href: 'https://cosmology.zone/explore'
4141
},
4242
{
4343
title: 'Next.js',

examples/grpc-web-grpc-gateway/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const products: FeatureProps[] = [
3535

3636
export const dependencies: FeatureProps[] = [
3737
{
38-
title: 'Chakra UI',
38+
title: 'Interchain UI',
3939
text: 'A simple, modular and accessible React Component Library.',
40-
href: 'https://chakra-ui.com/docs/components/'
40+
href: 'https://cosmology.zone/explore'
4141
},
4242
{
4343
title: 'Next.js',

examples/ibc-transfer/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ export const products: FeatureProps[] = [
3939

4040
export const dependencies: FeatureProps[] = [
4141
{
42-
title: 'Chakra UI',
42+
title: 'Interchain UI',
4343
text: 'A simple, modular and accessible React Component Library.',
44-
href: 'https://chakra-ui.com/docs/components/',
44+
href: 'https://cosmology.zone/explore',
4545
},
4646
{
4747
title: 'Next.js',

examples/juno/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const products: FeatureProps[] = [
3535

3636
export const dependencies: FeatureProps[] = [
3737
{
38-
title: 'Chakra UI',
38+
title: 'Interchain UI',
3939
text: 'A simple, modular and accessible React Component Library.',
40-
href: 'https://chakra-ui.com/docs/components/'
40+
href: 'https://cosmology.zone/explore'
4141
},
4242
{
4343
title: 'Next.js',

examples/nft/config/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const dependencies: Project[] = [
4646
{
4747
name: 'Interchain UI',
4848
desc: 'A simple, modular and cross-framework Component Library for Cosmos',
49-
link: 'https://chakra-ui.com/docs/components/',
49+
link: 'https://cosmology.zone/explore',
5050
},
5151
{
5252
name: 'Next.js',

examples/osmosis-cosmwasm/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const products: FeatureProps[] = [
3535

3636
export const dependencies: FeatureProps[] = [
3737
{
38-
title: 'Chakra UI',
38+
title: 'Interchain UI',
3939
text: 'A simple, modular and accessible React Component Library.',
40-
href: 'https://chakra-ui.com/docs/components/'
40+
href: 'https://cosmology.zone/explore'
4141
},
4242
{
4343
title: 'Next.js',

examples/osmosis/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const products: FeatureProps[] = [
3535

3636
export const dependencies: FeatureProps[] = [
3737
{
38-
title: 'Chakra UI',
38+
title: 'Interchain UI',
3939
text: 'A simple, modular and accessible React Component Library.',
40-
href: 'https://chakra-ui.com/docs/components/'
40+
href: 'https://cosmology.zone/explore'
4141
},
4242
{
4343
title: 'Next.js',

examples/provide-liquidity/config/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export const dependencies: FeatureProps[] = [
4444
href: 'https://github.com/osmosis-labs/osmojs',
4545
},
4646
{
47-
title: 'Chakra UI',
47+
title: 'Interchain UI',
4848
text: 'A simple, modular and accessible React Component Library.',
49-
href: 'https://chakra-ui.com/docs/components/',
49+
href: 'https://cosmology.zone/explore',
5050
},
5151
{
5252
title: 'Next.js',

0 commit comments

Comments
 (0)