Skip to content

Commit be92596

Browse files
committed
refactor: update framework descriptions
1 parent 5ee25ca commit be92596

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/templates/frameworks.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ export const frameworks: Framework[] = [
1515
templates: [
1616
// {
1717
// name: 'next-tailwind-counter',
18-
// description: 'Next.js + Tailwind CSS + Anchor Counter Example',
18+
// description: 'Next.js, Tailwind, Anchor Counter Example, gill (based on @solana/kit), Wallet UI',
1919
// repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind-counter',
2020
// },
2121
// {
2222
// name: 'next-tailwind-basic',
23-
// description: 'Next.js + Tailwind CSS + Anchor Basic Example',
23+
// description: 'Next.js, Tailwind, basic Anchor example, gill (based on @solana/kit), Wallet UI',
2424
// repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind-basic',
2525
// },
2626
{
2727
name: 'next-tailwind',
28-
description: 'Next.js + Tailwind CSS, Gill, no Anchor',
28+
description: 'Next.js, Tailwind, gill (based on @solana/kit), Wallet UI',
2929
repository: 'gh:solana-developers/solana-templates/templates/template-next-tailwind',
3030
},
3131
{
3232
name: 'legacy-next-tailwind-counter',
33-
description: 'Legacy Next.js + Tailwind CSS + Anchor Counter Example',
33+
description: 'Next.js, Tailwind, Anchor Counter Example, @solana/web3.js, Wallet Adapter',
3434
repository: 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind-counter',
3535
},
3636
{
3737
name: 'legacy-next-tailwind-basic',
38-
description: 'Legacy Next.js + Tailwind CSS + Anchor Basic Example',
38+
description: 'Legacy Next.js, Tailwind, basic Anchor example, @solana/web3.js, Wallet Adapter',
3939
repository: 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind-basic',
4040
},
4141
{
4242
name: 'legacy-next-tailwind',
43-
description: 'Legacy Next.js + Tailwind CSS, no Anchor',
43+
description: 'Legacy Next.js, Tailwind, no Anchor, @solana/web3.js, Wallet Adapter',
4444
repository: 'gh:solana-developers/solana-templates/legacy/legacy-next-tailwind',
4545
},
4646
],
@@ -69,32 +69,32 @@ export const frameworks: Framework[] = [
6969
templates: [
7070
// {
7171
// name: 'react-vite-tailwind-counter',
72-
// description: 'React with Vite + Tailwind CSS + Anchor Counter Example',
72+
// description: 'React with Vite, Tailwind, Anchor Counter Example',
7373
// repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind-counter',
7474
// },
7575
// {
7676
// name: 'react-vite-tailwind-basic',
77-
// description: 'React with Vite + Tailwind CSS + Anchor Basic Example',
77+
// description: 'React with Vite, Tailwind, basic Anchor example',
7878
// repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind-basic',
7979
// },
8080
{
8181
name: 'react-vite-tailwind',
82-
description: 'React with Vite + Tailwind CSS + Gill, no Anchor',
82+
description: 'React with Vite, Tailwind, gill (based on @solana/kit), Wallet UI',
8383
repository: 'gh:solana-developers/solana-templates/templates/template-react-vite-tailwind',
8484
},
8585
{
8686
name: 'legacy-react-vite-tailwind-counter',
87-
description: 'React with Vite + Tailwind CSS + Anchor Counter Example',
87+
description: 'React with Vite, Tailwind, Anchor Counter Example, @solana/web3.js, Wallet Adapter',
8888
repository: 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind-counter',
8989
},
9090
{
9191
name: 'legacy-react-vite-tailwind-basic',
92-
description: 'React with Vite + Tailwind CSS + Anchor Basic Example',
92+
description: 'React with Vite, Tailwind, basic Anchor example, @solana/web3.js, Wallet Adapter',
9393
repository: 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind-basic',
9494
},
9595
{
9696
name: 'legacy-react-vite-tailwind',
97-
description: 'React with Vite + Tailwind CSS, no Anchor',
97+
description: 'React with Vite, Tailwind, @solana/web3.js, Wallet Adapter',
9898
repository: 'gh:solana-developers/solana-templates/legacy/legacy-react-vite-tailwind',
9999
},
100100
],

0 commit comments

Comments
 (0)