diff --git a/web/src/lib/components/repo/RepoIndexView.svelte b/web/src/lib/components/repo/RepoIndexView.svelte index baa4e3fc..283a4102 100644 --- a/web/src/lib/components/repo/RepoIndexView.svelte +++ b/web/src/lib/components/repo/RepoIndexView.svelte @@ -29,7 +29,7 @@ const refsCapped = $derived(data.refs.capped); - + {#if data.needsUpgrade}
diff --git a/web/src/lib/components/repo/RepoTabs.svelte b/web/src/lib/components/repo/RepoTabs.svelte index 4483be61..b7826854 100644 --- a/web/src/lib/components/repo/RepoTabs.svelte +++ b/web/src/lib/components/repo/RepoTabs.svelte @@ -40,4 +40,4 @@ ]); - + diff --git a/web/src/lib/components/ui/TabPanel.svelte b/web/src/lib/components/ui/TabPanel.svelte index 423a3790..c8d3ad0d 100644 --- a/web/src/lib/components/ui/TabPanel.svelte +++ b/web/src/lib/components/ui/TabPanel.svelte @@ -1,12 +1,8 @@ -