mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 08:31:50 +02:00
Update link to improve guide
This commit is contained in:
@@ -32,7 +32,7 @@ const { author } = frontmatter;
|
|||||||
<span class='mx-1.5'>·</span>
|
<span class='mx-1.5'>·</span>
|
||||||
<a
|
<a
|
||||||
class='text-blue-400 hover:text-blue-500 hover:underline'
|
class='text-blue-400 hover:text-blue-500 hover:underline'
|
||||||
href={`https://github.com/kamranahmedse/roadmap.sh/tree/master/src/data/guides/${guide.id}.md`}
|
href={`https://github.com/kamranahmedse/developer-roadmap/tree/master/src/data/guides/${guide.id}.md`}
|
||||||
target='_blank'>Improve this Guide</a
|
target='_blank'>Improve this Guide</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
@@ -56,7 +56,7 @@ const roadmapTitle =
|
|||||||
class='mr-0.5 rounded-sm bg-yellow-200 px-1 py-0.5 text-xs font-medium uppercase text-yellow-900'
|
class='mr-0.5 rounded-sm bg-yellow-200 px-1 py-0.5 text-xs font-medium uppercase text-yellow-900'
|
||||||
>New</span
|
>New</span
|
||||||
>
|
>
|
||||||
Resources are here, try clicking nodes
|
Track your progress and learn by clicking roadmap items.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
@@ -72,9 +72,6 @@ const roadmapTitle =
|
|||||||
<p
|
<p
|
||||||
class='relative block rounded-md border border-yellow-500 bg-white px-2 py-1.5 text-sm text-yellow-700 sm:hidden'
|
class='relative block rounded-md border border-yellow-500 bg-white px-2 py-1.5 text-sm text-yellow-700 sm:hidden'
|
||||||
>
|
>
|
||||||
Click roadmap items for resources or visit{' '}
|
Track your progress and learn about the topics by clicking the roadmap items.
|
||||||
<a href={`/${roadmapId}/topics`} class='text-blue-700 underline'>
|
|
||||||
resources list</a
|
|
||||||
>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user