Skip to content

Commit c1496cf

Browse files
committed
fix: format ProjectCard components for Next.js, React, and Vue.js starters
1 parent 6375e13 commit c1496cf

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

src/get-started/quick-start.md

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,39 @@ Bootstrap your project with our framework-specific templates and start building
1717
privacy-first applications.
1818

1919
<CardGrid>
20-
<ProjectCard
21-
title="Next.js Starter"
22-
description="Full-featured Next.js template with Reown integration, TypeScript support, and seamless iExec connectivity."
23-
icon="logos:nextjs-icon"
24-
status="available"
25-
statusLabel="Available"
26-
buttonLabel="Get Started"
27-
buttonIcon="mdi:github"
28-
buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter"
29-
/>
3020

3121
<ProjectCard
32-
title="React Starter"
33-
description="React starter template with Privy SDK for seamless iExec wallet integration."
34-
icon="logos:react"
35-
status="available"
36-
statusLabel="Available"
37-
buttonLabel="Get Started"
38-
buttonIcon="mdi:github"
39-
buttonHref="https://github.com/iExecBlockchainComputing/iexec-react-starter"
40-
/>
22+
title="Next.js Starter"
23+
description="Full-featured Next.js template with Reown integration, TypeScript support, and seamless iExec connectivity."
24+
icon="logos:nextjs-icon"
25+
status="available"
26+
statusLabel="Available"
27+
buttonLabel="Get Started"
28+
buttonIcon="mdi:github"
29+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter"
30+
/>
4131

4232
<ProjectCard
43-
title="Vue.js Starter"
44-
description="Vue 3 starter template with TypeScript and Reown integration for iExec apps."
45-
icon="logos:vue"
46-
status="available"
47-
statusLabel="Available"
48-
buttonLabel="Get Started"
49-
buttonIcon="mdi:github"
50-
buttonHref="https://github.com/iExecBlockchainComputing/iexec-vuejs-starter"
51-
/>
33+
title="React Starter"
34+
description="React starter template with Privy SDK for seamless iExec wallet integration."
35+
icon="logos:react"
36+
status="available"
37+
statusLabel="Available"
38+
buttonLabel="Get Started"
39+
buttonIcon="mdi:github"
40+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-react-starter"
41+
/>
42+
43+
<ProjectCard
44+
title="Vue.js Starter"
45+
description="Vue 3 starter template with TypeScript and Reown integration for iExec apps."
46+
icon="logos:vue"
47+
status="available"
48+
statusLabel="Available"
49+
buttonLabel="Get Started"
50+
buttonIcon="mdi:github"
51+
buttonHref="https://github.com/iExecBlockchainComputing/iexec-vuejs-starter"
52+
/>
5253

5354
</CardGrid>
5455

0 commit comments

Comments
 (0)