Skip to content

Commit 1a5d953

Browse files
committed
fix typo
1 parent 37b5f0a commit 1a5d953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/create-hypergraph/template-nextjs/Components/Space/PrivateSpace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function PrivateSpace() {
8181
<div className="container mx-auto px-4 py-8 max-w-4xl">
8282
{/* Header */}
8383
<div className="mb-8">
84-
<p className="text-slate-600 mt-1 text-sm">Public Space</p>
84+
<p className="text-slate-600 mt-1 text-sm">Private Space</p>
8585
<h1 className="text-3xl font-bold text-slate-900">{name}</h1>
8686
<p className="text-slate-600 mt-1 text-sm">ID: {spaceId}</p>
8787
<p className="text-muted-foreground mt-6">Manage your private projects and publish them to public spaces</p>

apps/create-hypergraph/template-vite-react/src/routes/private-space/$space-id.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function PrivateSpace() {
6161
<div className="container mx-auto px-4 py-8 max-w-4xl">
6262
{/* Header */}
6363
<div className="mb-8">
64-
<p className="text-slate-600 mt-1 text-sm">Public Space</p>
64+
<p className="text-slate-600 mt-1 text-sm">Private Space</p>
6565
<h1 className="text-3xl font-bold text-slate-900">{name}</h1>
6666
<p className="text-slate-600 mt-1 text-sm">ID: {spaceId}</p>
6767
<p className="text-muted-foreground mt-6">Manage your private projects and publish them to public spaces</p>

0 commit comments

Comments
 (0)