From e200507e1d041334f67d545f7ad41eacb26c3556 Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 15 Nov 2023 20:56:54 -0600 Subject: [PATCH] Remove href in ConfigurationList items --- src/components/ConfigurationList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConfigurationList.tsx b/src/components/ConfigurationList.tsx index 8c8961b..e4e6379 100644 --- a/src/components/ConfigurationList.tsx +++ b/src/components/ConfigurationList.tsx @@ -72,7 +72,7 @@ const ConfigurationItem: FunctionComponent<{ }> = ({ title, isCurrent, days, message, timeString }) => { return (
  • - +