From 6eec49981fa41e9824abb6e54244a9e6290795e4 Mon Sep 17 00:00:00 2001 From: Muhammad Izza Alfiansyah Date: Tue, 9 Jul 2024 18:36:27 +0700 Subject: [PATCH] change icon processed on history page --- website/src/pages/Histori.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/pages/Histori.tsx b/website/src/pages/Histori.tsx index 85e0d95..adfe18b 100644 --- a/website/src/pages/Histori.tsx +++ b/website/src/pages/Histori.tsx @@ -5,7 +5,7 @@ import supabase from "../utils/supabase"; import { getDates } from "../utils/dates"; import TrashIcon from "../icons/TrashIcon"; import { KondisiTapai } from "../types/KondisiTapai"; -import RefreshIcon from "../icons/RefreshIcon"; +import ClockIcon from "../icons/ClockIcon"; export default function () { const [items, setItems] = createSignal([]); @@ -49,8 +49,8 @@ export default function () {

Menampilkan hasil fermentasi yang telah dilakukan.

-
- {" "} +
+
: Proses sedang berlangsung
, !!dataPengujianAwal() && dataPengujianAwal()!.created_time <= item.waktu_akhir ? ( - + ) : (