Update description for the community page

pull/6290/head
Kamran Ahmed 4 months ago
parent 052236ded3
commit 58612589c9
  1. 6
      src/pages/community.astro

@ -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>

Loading…
Cancel
Save