1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

Update best practices

This commit is contained in:
Kamran Ahmed
2023-01-23 17:41:33 +04:00
parent 359f5d6a4d
commit 24512374e8
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ const legacyRoadmapUrls = [...roadmapIds.map((id) => `/${id}/`), '/roadmaps/'];
<a class='underline text-blue-700' href='/'>Homepage</a> &middot; <a
href='/roadmaps'
class='underline text-blue-700'>Roadmaps</a
> &middot; <a href='/videos' class='underline text-blue-700'>Videos</a>
> &middot; <a href='/best-practices' class='underline text-blue-700'>Best Practices</a>
</p>
</div>
</div>

View File

@@ -9,12 +9,12 @@ const bestPractices = await getAllBestPractices();
<BaseLayout
title='Best Practices'
description={'Step by step guides and paths to learn different tools or technologies'}
description={'Best practices on different topics with detailed implementation guidelines'}
permalink={'/best-practices'}
>
<SimplePageHeader
title='Best Practices'
description='Step by step guides and paths to learn different tools or technologies'
description='Best practices on different topics with detailed implementation guidelines'
showYouTubeAlert={true}
/>