diff --git a/src/lib/components/cards/SubstitutionCard.svelte b/src/lib/components/cards/SubstitutionCard.svelte
index 0910542..f512587 100644
--- a/src/lib/components/cards/SubstitutionCard.svelte
+++ b/src/lib/components/cards/SubstitutionCard.svelte
@@ -1,191 +1,157 @@
- modalStore.close()}
->
-
-
+
+
+
+
+ Substitute
+
+
+
+
+ For
+
+
+
+ {#await data.races then races}
+
+ Race
+
+ {/await}
+
+
+
+ {#if substitution}
+
+
+ {:else}
+
+ {/if}
+
+
+
+
+ {/await}
+{/await}
diff --git a/src/routes/data/season/substitutions/+page.svelte b/src/routes/data/season/substitutions/+page.svelte
index e5cb231..2cb801d 100644
--- a/src/routes/data/season/substitutions/+page.svelte
+++ b/src/routes/data/season/substitutions/+page.svelte
@@ -1,28 +1,35 @@
-
{#await data.substitutions then substitutions}
-
+
{/await}