Add anchors to examples sections
cgen-5823218ef043454eaef1b9d522d48ca4
This commit is contained in:
parent
878ff6a51b
commit
fc78aac8cb
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ const integrationIdeas = [
|
||||||
export default function DocsExamples() {
|
export default function DocsExamples() {
|
||||||
return (
|
return (
|
||||||
<div className="space-y-12">
|
<div className="space-y-12">
|
||||||
<section className="space-y-4">
|
<section id="overview" className="space-y-4">
|
||||||
<Badge className="bg-emerald-500/20 text-emerald-100 uppercase tracking-wide">
|
<Badge className="bg-emerald-500/20 text-emerald-100 uppercase tracking-wide">
|
||||||
<Blocks className="mr-2 h-3 w-3" />
|
<Blocks className="mr-2 h-3 w-3" />
|
||||||
Examples & Templates
|
Examples & Templates
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue