mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +02:00
Replace h1 tags with h2
This commit is contained in:
@@ -11,7 +11,7 @@ const { heading, guides } = Astro.props;
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<h1 class='text-2xl sm:text-3xl font-bold block'>{heading}</h1>
|
<h2 class='text-2xl sm:text-3xl font-bold block'>{heading}</h2>
|
||||||
|
|
||||||
<div class='mt-3 sm:my-5'>
|
<div class='mt-3 sm:my-5'>
|
||||||
{guides.map((guide) => <GuideListItem guide={guide} />)}
|
{guides.map((guide) => <GuideListItem guide={guide} />)}
|
||||||
|
@@ -11,7 +11,7 @@ const { heading, videos } = Astro.props;
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<h1 class='text-2xl sm:text-3xl font-bold block'>{heading}</h1>
|
<h2 class='text-2xl sm:text-3xl font-bold block'>{heading}</h2>
|
||||||
|
|
||||||
<div class='mt-3 sm:my-5'>
|
<div class='mt-3 sm:my-5'>
|
||||||
{videos.map((video) => <VideoListItem video={video} />)}
|
{videos.map((video) => <VideoListItem video={video} />)}
|
||||||
|
Reference in New Issue
Block a user