mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
Add "new" to new roadmaps on homepage
This commit is contained in:
@@ -48,10 +48,11 @@ const {
|
|||||||
{
|
{
|
||||||
isNew && (
|
isNew && (
|
||||||
<span class='absolute bottom-1.5 right-2 flex items-center rounded-br rounded-tl text-xs font-medium text-purple-300'>
|
<span class='absolute bottom-1.5 right-2 flex items-center rounded-br rounded-tl text-xs font-medium text-purple-300'>
|
||||||
<span class='flex h-2 w-2'>
|
<span class='mr-1.5 flex h-2 w-2'>
|
||||||
<span class='absolute inline-flex h-2 w-2 animate-ping rounded-full bg-purple-400 opacity-75' />
|
<span class='absolute inline-flex h-2 w-2 animate-ping rounded-full bg-purple-400 opacity-75' />
|
||||||
<span class='relative inline-flex h-2 w-2 rounded-full bg-purple-500' />
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-purple-500' />
|
||||||
</span>
|
</span>
|
||||||
|
New
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@@ -7,7 +7,7 @@ briefDescription: 'Step by step guide to learn Data Structures and Algorithms in
|
|||||||
title: 'Data Structures & Algorithms Roadmap'
|
title: 'Data Structures & Algorithms Roadmap'
|
||||||
description: 'Step by step guide to learn Data Structures and Algorithms in 2024'
|
description: 'Step by step guide to learn Data Structures and Algorithms in 2024'
|
||||||
hasTopics: true
|
hasTopics: true
|
||||||
isNew: true
|
isNew: false
|
||||||
dimensions:
|
dimensions:
|
||||||
width: 968
|
width: 968
|
||||||
height: 1814.72
|
height: 1814.72
|
||||||
|
Reference in New Issue
Block a user