Skip to content

Commit 37b32a4

Browse files
authored
fix: update ScrollArea title and description for consistency (#219)
1 parent b331ae8 commit 37b32a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/docs/components/scroll-area/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from "./_demo/scrollarea-demo";
1515

1616
export const metadata: Metadata = {
17-
title: "8-bit ScrollArea",
17+
title: "8-bit Scroll-area",
1818
description: "Displays an 8-bit scroll area component.",
1919
openGraph: {
2020
images: scrollAreaMetaData,
@@ -25,7 +25,7 @@ export default function ScrollAreaPage() {
2525
return (
2626
<div className="flex flex-col gap-4">
2727
<div className="flex flex-col md:flex-row items-center justify-between gap-2">
28-
<h1 className="text-3xl font-bold">Button</h1>
28+
<h1 className="text-3xl font-bold">Scroll-area</h1>
2929
<CopyCommandButton
3030
copyCommand={`pnpm dlx shadcn@canary add ${process.env.NEXT_PUBLIC_BASE_URL}/r/8bit-scroll-area.json`}
3131
command={"pnpm dlx shadcn@canary add 8bit-scroll-area"}
@@ -39,7 +39,7 @@ export default function ScrollAreaPage() {
3939
<div className="flex flex-col gap-4 border rounded-lg p-4 min-h-[450px]">
4040
<div className="flex items-center justify-between">
4141
<h2 className="text-sm text-muted-foreground sm:pl-3">
42-
8-bit scroll area component
42+
8-bit scroll-area component
4343
</h2>
4444

4545
<div className="flex items-center gap-2">

0 commit comments

Comments
 (0)