mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 14:18:17 +01:00
Update description for the community page
This commit is contained in:
parent
052236ded3
commit
58612589c9
@ -1,8 +1,12 @@
|
|||||||
---
|
---
|
||||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||||
import { DiscoverRoadmaps } from '../components/DiscoverRoadmaps/DiscoverRoadmaps';
|
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 />
|
<DiscoverRoadmaps client:load />
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user