Skip to content

Commit

Permalink
Update description for the community page
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Jul 30, 2024
1 parent 052236d commit 5861258
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/community.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
import { DiscoverRoadmaps } from '../components/DiscoverRoadmaps/DiscoverRoadmaps';
const title = 'Discover Custom Roadmaps';
const description =
'Explore the community-created roadmaps to learn new skills, tools, and technologies. You can also create your own roadmap and share it with the world.';
---

<BaseLayout title='Discover Custom Roadmaps'>
<BaseLayout title={title} description={description}>
<DiscoverRoadmaps client:load />
</BaseLayout>

0 comments on commit 5861258

Please sign in to comment.