padding nits

This commit is contained in:
bkellam 2025-10-23 12:52:34 -07:00
parent e5bb570650
commit d86119f9b1
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ export default async function RepoDetailPage({ params }: { params: Promise<{ id:
}); });
return ( return (
<div className="container mx-auto py-10"> <div className="container mx-auto">
<div className="mb-6"> <div className="mb-6">
<Button variant="ghost" asChild className="mb-4"> <Button variant="ghost" asChild className="mb-4">
<Link href={`/${SINGLE_TENANT_ORG_DOMAIN}/repos`}> <Link href={`/${SINGLE_TENANT_ORG_DOMAIN}/repos`}>

View file

@ -12,7 +12,7 @@ export default async function ReposPage() {
} }
return ( return (
<div className="container mx-auto py-10"> <div className="container mx-auto">
<div className="mb-6"> <div className="mb-6">
<h1 className="text-3xl font-semibold">Repositories</h1> <h1 className="text-3xl font-semibold">Repositories</h1>
<p className="text-muted-foreground mt-2">View and manage your code repositories and their indexing status.</p> <p className="text-muted-foreground mt-2">View and manage your code repositories and their indexing status.</p>