1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add banner for docker

This commit is contained in:
Kamran Ahmed
2024-05-13 12:58:12 +01:00
parent fa589fd78f
commit 38cb3d2df6
2 changed files with 9 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ const relatedQuestionDetails = await getQuestionGroupsByIds(relatedQuestions);
<div class='relative -top-5 flex justify-between'>
<span class='text-md flex items-center rounded-md border bg-white px-3 py-1 font-medium'>
<Map className='text-black mr-1.5' size='17px' />
Related Roadmaps
Related <span class="hidden sm:inline">Roadmaps</span>
</span>
<a
href='/roadmaps'

View File

@@ -129,6 +129,14 @@ const ogImageUrl =
client:only='react'
/>
{
roadmapId === 'docker' && (
<p class='mb-8 sm:mb-12 px-5 text-center text-xs text-gray-400'>
Roadmap owner Insight Partners is an investor in Docker.
</p>
)
}
<FAQs faqs={roadmapFAQs as unknown as FAQType[]} />
<RelatedRoadmaps roadmap={roadmapData} />