From 9aefb2fb34d047ecacfc3a3f1ec9e0a6d6a0ed82 Mon Sep 17 00:00:00 2001 From: jlcvolleyball <68551447+jlcvolleyball@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:38:51 -0400 Subject: [PATCH] changed the mass archive icon to a box so that it's different than the regular archive icon --- src/pages/manage/items/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/manage/items/index.tsx b/src/pages/manage/items/index.tsx index 25a444c..7e34ff9 100644 --- a/src/pages/manage/items/index.tsx +++ b/src/pages/manage/items/index.tsx @@ -14,6 +14,7 @@ import { NextPageWithLayout } from 'pages/_app'; import { Fragment } from 'react'; import { FaArchive, + FaBox, FaCheck, FaCircleNotch, FaDownload, @@ -245,7 +246,7 @@ const Manage: NextPageWithLayout = () => { className="btn-ghost btn-sm btn" onClick={massArchiveDialog} > - +