File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
template-nextjs/Components/Space
template-vite-react/src/routes/private-space Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments