1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00

Add "new" to new roadmaps on homepage

This commit is contained in:
Kamran Ahmed 2024-03-25 15:11:25 +00:00
parent 77d67e29eb
commit 0d43103323
2 changed files with 3 additions and 2 deletions

View File

@ -48,10 +48,11 @@ const {
{
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='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='relative inline-flex h-2 w-2 rounded-full bg-purple-500' />
</span>
New
</span>
)
}

View File

@ -7,7 +7,7 @@ briefDescription: 'Step by step guide to learn Data Structures and Algorithms in
title: 'Data Structures & Algorithms Roadmap'
description: 'Step by step guide to learn Data Structures and Algorithms in 2024'
hasTopics: true
isNew: true
isNew: false
dimensions:
width: 968
height: 1814.72