Upgraded dependencies. Updated terminology and wording. Updated bot name. FIx text center and line height.
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 6m48s
Daily Cron (Make New DailyStats Document) / cron (push) Successful in 2s

This commit is contained in:
2025-12-30 13:23:36 -05:00
parent 788f1d24f7
commit b71fb89832
9 changed files with 229 additions and 200 deletions

View File

@@ -11,7 +11,7 @@ import {
import { LineChartArr } from "@/types/LineChartStats";
interface LineChartComponentProps {
label: "Times Triggered" | "Links Deleted" | "Command Responses";
label: "Triggers" | "Links Deleted" | "Command Responses";
data: LineChartArr;
}