From af8649223bf02d920a442b0d4f865663c351631f Mon Sep 17 00:00:00 2001 From: Wolfie <32025746+Wolfkid200444@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:06:57 -0400 Subject: [PATCH] Refactor HelpIcon component and update className usage --- src/plugins/holynotes/components/icons/HelpIcon.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/holynotes/components/icons/HelpIcon.tsx b/src/plugins/holynotes/components/icons/HelpIcon.tsx index 3a6a489ed..7ed26af22 100644 --- a/src/plugins/holynotes/components/icons/HelpIcon.tsx +++ b/src/plugins/holynotes/components/icons/HelpIcon.tsx @@ -5,11 +5,12 @@ */ import { classes } from "@utils/misc"; + export default ({ className }: { className?: string; }): JSX.Element => (