add border to tables and fix acesss page title spacing

This commit is contained in:
Milo Schwartz
2024-11-24 23:07:09 -05:00
parent 93fb5e2766
commit 6abc80aa7a
9 changed files with 36 additions and 37 deletions

View File

@@ -85,7 +85,7 @@ export function SitesDataTable<TData, TValue>({
<Plus className="mr-2 h-4 w-4" /> Add Site
</Button>
</div>
<div>
<div className="border rounded-md">
<Table>
<TableHeader>
{table.getHeaderGroups().map((headerGroup) => (

View File

@@ -48,7 +48,7 @@ export default async function SitesPage(props: SitesPageProps) {
<>
<SettingsSectionTitle
title="Manage Sites"
description="Manage your existing sites here or create a new one."
description="Allow connectivity to your network through secure tunnels"
/>
<SitesTable sites={siteRows} orgId={params.orgId} />