diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte index 3d6f6f1..51559f4 100644 --- a/src/lib/components/molecules/ContributorHost.svelte +++ b/src/lib/components/molecules/ContributorHost.svelte @@ -75,7 +75,7 @@ grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); background-color: var(--grey-six); padding: 1.5rem; - border-radius: 28px; + border-radius: 16px; } \ No newline at end of file diff --git a/src/routes/patches/+page.svelte b/src/routes/patches/+page.svelte index 33b7620..d6f1df8 100644 --- a/src/routes/patches/+page.svelte +++ b/src/routes/patches/+page.svelte @@ -8,7 +8,7 @@ let patches: any; let pkg_list = []; - let current = 'all'; + let current = ''; onMount (async () => { PatchesStore.subscribe(async (e) => { @@ -37,9 +37,10 @@ > {#if pkg_list}