aboutsummaryrefslogtreecommitdiff
path: root/src/History.js
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-15 15:25:48 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-15 15:25:48 -0500
commita4fa00b052cb7d618125983efc626d2af62f9919 (patch)
tree978d7f257b49859aaf488fe11e81263644b0a966 /src/History.js
parent668f0ee2dcc2bea3647e43db019ec3d9ee61e00e (diff)
make report issues link blue
Diffstat (limited to 'src/History.js')
-rw-r--r--src/History.js2
1 files changed, 1 insertions, 1 deletions
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();