diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40f953b..029149c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,6 +14,9 @@ importers: dayjs: specifier: ^1.11.4 version: 1.11.13 + svelte-icons: + specifier: ^2.1.0 + version: 2.1.0 devDependencies: '@sveltejs/adapter-static': specifier: 1.0.0-next.38 @@ -1251,6 +1254,9 @@ packages: peerDependencies: svelte: ^3.19.0 || ^4.0.0 + svelte-icons@2.1.0: + resolution: {integrity: sha512-rHPQjweEc9fGSnvM0/4gA3pDHwyZyYsC5KhttCZRhSMJfLttJST5Uq0B16Czhw+HQ+HbSOk8kLigMlPs7gZtfg==} + svelte-preprocess@4.10.7: resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==} engines: {node: '>= 9.11.2'} @@ -2558,6 +2564,8 @@ snapshots: dependencies: svelte: 3.59.2 + svelte-icons@2.1.0: {} + svelte-preprocess@4.10.7(postcss-load-config@4.0.2(postcss@8.4.47))(postcss@8.4.47)(sass@1.78.0)(svelte@3.59.2)(typescript@4.9.5): dependencies: '@types/pug': 2.0.10 diff --git a/src/components/Winners/WinnerCard.svelte b/src/components/Winners/WinnerCard.svelte index b8ddae9..097e8a0 100644 --- a/src/components/Winners/WinnerCard.svelte +++ b/src/components/Winners/WinnerCard.svelte @@ -1,38 +1,36 @@ -
-
+
+

{title}: {name}

-
- {#if picture !== 'na'} + {#if picture !== 'na'}
{/if} -
+
- + \ No newline at end of file