diff --git a/src/lib/components/Card.svelte b/src/lib/components/Card.svelte index ed60173..1062415 100644 --- a/src/lib/components/Card.svelte +++ b/src/lib/components/Card.svelte @@ -1,5 +1,6 @@ @@ -78,6 +79,8 @@
diff --git a/src/lib/components/TeamCard.svelte b/src/lib/components/TeamCard.svelte index ce9b0db..90ca5e6 100644 --- a/src/lib/components/TeamCard.svelte +++ b/src/lib/components/TeamCard.svelte @@ -5,6 +5,7 @@ import Button from "./Button.svelte"; import type { Team } from "$lib/schema"; import Input from "./Input.svelte"; + import { TEAM_LOGO_HEIGHT, TEAM_LOGO_WIDTH } from "$lib/config"; interface TeamCardProps { /** The [Team] object used to prefill values. */ @@ -30,6 +31,8 @@