Add id to deployment section
cgen-2608f2fb9f1647a98934c3d3dcf070b8
This commit is contained in:
parent
3a1f978b3d
commit
51e6263766
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ export default function DocsGettingStarted() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="grid gap-6 lg:grid-cols-3">
|
<section id="deployment-checklist" className="grid gap-6 lg:grid-cols-3">
|
||||||
{deploymentChecklist.map((item) => (
|
{deploymentChecklist.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