Fix Experiments link top margin on experiments page
This commit is contained in:
@@ -18,7 +18,7 @@ export default function ExperimentsPage() {
|
||||
|
||||
return (
|
||||
<AppShell>
|
||||
<VStack alignItems={"flex-start"} m={4}>
|
||||
<VStack alignItems={"flex-start"} m={4} mt={1}>
|
||||
<HStack w="full" justifyContent="space-between" mb={4}>
|
||||
<Breadcrumb flex={1}>
|
||||
<BreadcrumbItem>
|
||||
|
||||
Reference in New Issue
Block a user