fix: add missing newlines at the end of JSON files; clean up formatting in page components
This commit is contained in:
@@ -166,10 +166,7 @@ export default async function SiteBuilderDashboard({ params }: Props) {
|
||||
</thead>
|
||||
<tbody>
|
||||
{(pages as SitePage[]).map((page) => (
|
||||
<tr
|
||||
key={page.id}
|
||||
className="hover:bg-muted/30 border-b"
|
||||
>
|
||||
<tr key={page.id} className="hover:bg-muted/30 border-b">
|
||||
<td className="p-3 font-medium">{page.title}</td>
|
||||
<td className="text-muted-foreground p-3 font-mono text-xs">
|
||||
/{page.slug}
|
||||
|
||||
Reference in New Issue
Block a user