mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 22:28:32 +01:00
Refactor sharer icons
This commit is contained in:
parent
8b3f8ee6b8
commit
8a24b3e695
@ -3,7 +3,7 @@ jsonUrl: "/jsons/best-practices/frontend-performance.json"
|
||||
pdfUrl: "/pdfs/best-practices/frontend-performance.pdf"
|
||||
order: 1
|
||||
featuredTitle: "Frontend Performance"
|
||||
featuredDescription: "Detailed list of best practices to improve your frontend performance"
|
||||
featuredDescription: "Frontend Performance Best Practices"
|
||||
isNew: true
|
||||
isUpcoming: false
|
||||
title: "Frontend Performance"
|
||||
|
@ -70,7 +70,7 @@ if (roadmapFAQs.length) {
|
||||
{
|
||||
!roadmapData.isUpcoming && roadmapData.jsonUrl && (
|
||||
<div class='max-w-[1000px] container relative'>
|
||||
<ShareIcons description={roadmapData.description} pageUrl={`https://roadmap.sh/${roadmapId}`} />
|
||||
<ShareIcons description={roadmapData.featuredDescription} pageUrl={`https://roadmap.sh/${roadmapId}`} />
|
||||
|
||||
<FrameRenderer
|
||||
roadmapId={roadmapId}
|
||||
|
@ -63,7 +63,7 @@ if (bestPracticeData.schema) {
|
||||
!bestPracticeData.isUpcoming && bestPracticeData.jsonUrl && (
|
||||
<div class='max-w-[1000px] container relative'>
|
||||
<ShareIcons
|
||||
description={bestPracticeData.description}
|
||||
description={bestPracticeData.featuredDescription}
|
||||
pageUrl={`https://roadmap.sh/best-practices/${bestPracticeId}`}
|
||||
/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user