diff --git a/src/lib/components/SubstitutionCard.svelte b/src/lib/components/SubstitutionCard.svelte new file mode 100644 index 0000000..e98502d --- /dev/null +++ b/src/lib/components/SubstitutionCard.svelte @@ -0,0 +1,145 @@ + + + +
+ + + {#if substitution && !disable_inputs} + + {/if} + +
+ + Substitute + + + Driver + + + Race + + +
+ {#if substitution} + + + {:else} + + {/if} +
+
+
+