From f3b3be3fea229acbb41a115d65a342298a44ac12 Mon Sep 17 00:00:00 2001 From: Arthur Geel Date: Sun, 20 Oct 2024 16:41:56 +0200 Subject: [PATCH] Linter fixes --- src/pages/history/History.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/history/History.tsx b/src/pages/history/History.tsx index 3d73671..e05ea00 100644 --- a/src/pages/history/History.tsx +++ b/src/pages/history/History.tsx @@ -1,5 +1,5 @@ import { useQuery } from "@tanstack/react-query"; -import { addHours, format, parseISO } from "date-fns"; +import { format, parseISO } from "date-fns"; import { useMemo, useState } from "react"; import { InView } from "react-intersection-observer"; @@ -83,7 +83,7 @@ const History = () => { onClick={() => { alert("TODO: Delete the history range"); }} - className="rounded-md bg-gray-50 px-1.5 py-0.5 text-xs border border-gray-200 duration-150 hover:border-black hover:bg-black hover:text-white focus-visible:ring-2 ring-offset-2 ring-gray-300 outline-none" + className="rounded-md border border-gray-200 bg-gray-50 px-1.5 py-0.5 text-xs outline-none ring-gray-300 ring-offset-2 duration-150 hover:border-black hover:bg-black hover:text-white focus-visible:ring-2" > Delete