From a4fa00b052cb7d618125983efc626d2af62f9919 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sun, 15 Nov 2020 15:25:48 -0500 Subject: make report issues link blue --- src/History.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/History.js') diff --git a/src/History.js b/src/History.js index 2e710de..30e2fc4 100644 --- a/src/History.js +++ b/src/History.js @@ -12,7 +12,7 @@ import { ResponsiveContainer, Label, } from "recharts"; -import GoatCounter from './GoatCounter'; +import GoatCounter from "./GoatCounter"; const History = (props) => { const offset = DateTime.fromSQL(props.data[0].date, { zone: "UTC" }).setZone(DateTime.local().zoneName).toSeconds(); -- cgit v1.2.3