Skip to content

Commit

Permalink
fix: correct template path in solana-templates repo
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Feb 27, 2025
1 parent 89e3567 commit c245151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ export const frameworks: Framework[] = [
{
name: 'react-vite-tailwind-counter',
description: 'React with Vite + Tailwind CSS + Anchor Counter Example',
repository: 'gh:solana-developers/solana-templates/templates/react-vite-tailwind-counter',
repository: 'gh:solana-developers/solana-templates/templates/legacy-react-vite-tailwind-counter',
},
{
name: 'react-vite-tailwind-basic',
description: 'React with Vite + Tailwind CSS + Anchor Basic Example',
repository: 'gh:solana-developers/solana-templates/templates/react-vite-tailwind-basic',
repository: 'gh:solana-developers/solana-templates/templates/legacy-react-vite-tailwind-basic',
},
{
name: 'react-vite-tailwind',
description: 'React with Vite + Tailwind CSS, no Anchor',
repository: 'gh:solana-developers/solana-templates/templates/react-vite-tailwind',
repository: 'gh:solana-developers/solana-templates/templates/legacy-react-vite-tailwind',
},
],
},
Expand Down

0 comments on commit c245151

Please sign in to comment.