+
@@ -48,7 +48,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
- margin-left: var(--sl-nav-gap)
+ margin-left: var(--sl-nav-gap);
}
.category {
@@ -58,4 +58,13 @@
gap: 0.25rem;
}
+ .star {
+ color: var(--sl-color-text);
+ text-decoration: none;
+ }
+
+ .star:hover {
+ color: var(--sl-color-accent-high);
+ }
+
diff --git a/docs/src/components/github/AnswerNumber.svelte b/docs/src/components/github/AnswerNumber.svelte
index bc798b7..a43e717 100644
--- a/docs/src/components/github/AnswerNumber.svelte
+++ b/docs/src/components/github/AnswerNumber.svelte
@@ -2,8 +2,8 @@
import { isLoaded, totalCount } from './github-store';
-{#if isLoaded}
-
Answered by {$totalCount} people
+{#if $isLoaded}
+
Answered by {$totalCount} people
{/if}
diff --git a/docs/src/components/github/AnsweredUser.svelte b/docs/src/components/github/AnsweredUser.svelte
index 5b17567..11501c1 100644
--- a/docs/src/components/github/AnsweredUser.svelte
+++ b/docs/src/components/github/AnsweredUser.svelte
@@ -37,7 +37,7 @@
{#if $isLoaded}
-
+
Answered by
{#each $data as { user }}
![]()