),
- table: ({ ...props }) => (
+ table: ({ ...props }: ComponentProps<'table'>) => (
| - Year - | -- Total Sales - | -
|---|---|
| - 2012 - | -- $18,823,201.72 - | -
| - 2013 - | -- $38,633,120.01 - | -
| - 2014 - | -- $38,870,148.13 - | -
| - 2015 - | -- $41,423,456.72 - | -
| - 2016 - | -- $40,568,672.36 - | -
| - 2017 - | -- $40,209,904.23 - | -
| - 2018 - | -- $38,326,623.43 - | -
| - 2019 - | -- $38,516,963.86 - | -
| - 2020 - | -- $38,862,436.79 - | -
| - 2021 - | -- $41,355,549.74 - | -
| - 2022 - | -- $39,742,066.18 - | -
| - 2023 - | -- $33,054,490.00 - | -
| + Year + | ++ Total Sales + | +
|---|---|
| + 2012 + | ++ $18,823,201.72 + | +
| + 2013 + | ++ $38,633,120.01 + | +
| + 2014 + | ++ $38,870,148.13 + | +
| + 2015 + | ++ $41,423,456.72 + | +
| + 2016 + | ++ $40,568,672.36 + | +
| + 2017 + | ++ $40,209,904.23 + | +
| + 2018 + | ++ $38,326,623.43 + | +
| + 2019 + | ++ $38,516,963.86 + | +
| + 2020 + | ++ $38,862,436.79 + | +
| + 2021 + | ++ $41,355,549.74 + | +
| + 2022 + | ++ $39,742,066.18 + | +
| + 2023 + | ++ $33,054,490.00 + | +
+ Here is a summary table of total sales from every year. If you need additional detail, just let me know! +
- - -- Here is a summary table of total sales from every year. If you need additional detail, just let me know! -
diff --git a/src/styles.css b/src/styles.css index f1ad23d..9feb771 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,4 +1,5 @@ @import 'tailwindcss'; +@source "../node_modules/streamdown/dist/*.js"; @plugin "tailwindcss-animate"; @plugin "@tailwindcss/typography";