Skip to content

Commit

Permalink
add descriptions to community cards
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlhaus committed Sep 14, 2024
1 parent aed065e commit 8d3a877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Home/CommunityCards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ import Card from '../Card.astro'
<Card
href="https://docs.astro.build/"
title="Minimal Organization Principal"
body="Learn how Astro works and explore the official API docs."
body="Get started to organize your research data using the ARC."
/>
<Card
href="https://astro.build/integrations/"
title="Tools and Services"
body="Supercharge your project with new frameworks and libraries."
body="Find tools and services that assist you creating and managing your research data using ARC."
/>
<Card
href="https://astro.build/themes/"
title="Support"
body="Explore a galaxy of community-built starter themes."
body="Explore tutorials, videos or find community that can help."
/>
</ul>
</div>
Expand Down

0 comments on commit 8d3a877

Please sign in to comment.