Skip to content

Commit 0731785

Browse files
committed
fix: update React and Vue.js starter statuses to available with corresponding links
1 parent 69803d4 commit 0731785

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/get-started/quick-start.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,25 @@ privacy-first applications.
3232
title="React Starter"
3333
description="React application template with hooks, components, and utilities for seamless iExec integration."
3434
icon="logos:react"
35-
status="coming-soon"
36-
statusLabel="Coming Soon"
37-
buttonLabel="Coming Soon"
35+
status="available"
36+
statusLabel="Available"
37+
buttonLabel="Get Started"
3838
buttonIcon="mdi:github"
39-
buttonDisabled
39+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-react-starter"
4040
/>
4141

4242
<ProjectCard
4343
title="Vue.js Starter"
4444
description="Vue 3 Composition API template with TypeScript and optimized build configuration for iExec apps."
4545
icon="logos:vue"
46-
status="coming-soon"
47-
statusLabel="Coming Soon"
48-
buttonLabel="Coming Soon"
46+
status="available"
47+
statusLabel="Available"
48+
buttonLabel="Get Started"
4949
buttonIcon="mdi:github"
50-
buttonDisabled
51-
/> </CardGrid>
50+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-vuejs-starter"
51+
/>
52+
53+
</CardGrid>
5254

5355
## Interactive Sandboxes
5456

0 commit comments

Comments
 (0)