mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
padding nits
This commit is contained in:
parent
e5bb570650
commit
d86119f9b1
2 changed files with 2 additions and 2 deletions
|
|
@ -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`}>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue