diff --git a/src/routes/options-calculator/+page.svelte b/src/routes/options-calculator/+page.svelte index ae863b4d..8aa60c86 100644 --- a/src/routes/options-calculator/+page.svelte +++ b/src/routes/options-calculator/+page.svelte @@ -6,6 +6,7 @@ import { abbreviateNumber, buildOptionSymbol } from "$lib/utils"; import { setCache, getCache, screenWidth } from "$lib/store"; import { Combobox } from "bits-ui"; + import InfoModal from "$lib/components/InfoModal.svelte"; import { mode } from "mode-watcher"; import highcharts from "$lib/highcharts.ts"; @@ -943,20 +944,11 @@ class="flex items-center text-gray-600 dark:text-white" > {selectedTicker} Breakeven Price - - - +
Cost of Trade - - - +
Maximum Profit - - - +
Maximum Loss - - - +