diff --git a/src/components/council/CouncilCard.svelte b/src/components/council/CouncilCard.svelte index a41ae96..d00e876 100644 --- a/src/components/council/CouncilCard.svelte +++ b/src/components/council/CouncilCard.svelte @@ -37,7 +37,9 @@ {/if} -
+

{name}

diff --git a/src/routes/council/+page.svelte b/src/routes/council/+page.svelte index 4da09b7..cb14e89 100644 --- a/src/routes/council/+page.svelte +++ b/src/routes/council/+page.svelte @@ -129,18 +129,14 @@
-
+
{#each vps as vp} -
- handleViewProfile(vp)} - /> -
+ handleViewProfile(vp)} + /> {/each}
@@ -154,19 +150,15 @@
-
+
{#each ureps as urep} -
- handleViewProfile(urep)} - tag={getYearFromPosition(urep.position)} - /> -
+ handleViewProfile(urep)} + tag={getYearFromPosition(urep.position)} + /> {/each}