Add id to prerequisites section
cgen-d6a8c9939af6463d9293250dda49efef
This commit is contained in:
parent
6cb1b8bdda
commit
5e2cbedd1a
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ export default function DocsGettingStarted() {
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="grid gap-6 lg:grid-cols-3">
|
<section id="prerequisites" className="grid gap-6 lg:grid-cols-3">
|
||||||
{prerequisites.map((item) => (
|
{prerequisites.map((item) => (
|
||||||
<Card key={item.title} className="bg-slate-900/60 border-slate-700">
|
<Card key={item.title} className="bg-slate-900/60 border-slate-700">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue