diff --git a/ui/src/routes/_layout/index.tsx b/ui/src/routes/_layout/index.tsx index 4157ba5c9..5deea9a62 100644 --- a/ui/src/routes/_layout/index.tsx +++ b/ui/src/routes/_layout/index.tsx @@ -59,23 +59,21 @@ export const IndexPage = () => { Organizations - - Browse your organizations or create a new one - - - - - - - New organization - - - - - Create a new organization - - + Browse your organizations or create a new one + + + + + + New organization + + + + + Create a new organization + + diff --git a/ui/src/routes/_layout/organizations/$orgId/index.tsx b/ui/src/routes/_layout/organizations/$orgId/index.tsx index e515a1aab..7cc717d1f 100644 --- a/ui/src/routes/_layout/organizations/$orgId/index.tsx +++ b/ui/src/routes/_layout/organizations/$orgId/index.tsx @@ -174,29 +174,25 @@ const OrganizationComponent = () => { - - - {organization.description} - - - - - - New product - - - - - - Create a new product for this organization - - - - - + {organization.description} + + + + + + New product + + + + + + Create a new product for this organization + + + diff --git a/ui/src/routes/_layout/organizations/$orgId/products/$productId/index.tsx b/ui/src/routes/_layout/organizations/$orgId/products/$productId/index.tsx index c99e6133d..87817b35e 100644 --- a/ui/src/routes/_layout/organizations/$orgId/products/$productId/index.tsx +++ b/ui/src/routes/_layout/organizations/$orgId/products/$productId/index.tsx @@ -176,32 +176,28 @@ const ProductComponent = () => { - - - {product.description} - - - - - - New repository - - - - - - Add a new repository for this product - - - - - + {product.description} + + + + + + New repository + + + + + + Add a new repository for this product + + + diff --git a/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/index.tsx b/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/index.tsx index 764af3984..b8943a9e3 100644 --- a/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/index.tsx +++ b/ui/src/routes/_layout/organizations/$orgId/products/$productId/repositories/$repoId/index.tsx @@ -190,33 +190,29 @@ const RepoComponent = () => { - - - {repo.type} - - - - - - New run - - - - - - Create a new ORT run for this repository - - - - - + {repo.type} + + + + + + New run + + + + + + Create a new ORT run for this repository + + +