Update styling and heading levels.

This commit is contained in:
2025-11-29 16:29:25 -05:00
parent b78708d2dd
commit 68512ff2d3
7 changed files with 141 additions and 47 deletions

View File

@@ -13,7 +13,7 @@ const TimedTriggeredChart = ({
return (
<VStack gap={4} w="100%">
<Heading
as="h2"
as="h4"
fontSize="2xl"
>{`Times Bot Was Triggered (Past 30 Days)`}</Heading>
<LineChartComponent data={lineChartData} label="Times Triggered" />