From b94f7b43cfd5d40a256bf2a273a0559f4a2a930a Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Thu, 13 Feb 2025 15:48:15 -0600 Subject: [PATCH] flex icon actually --- components/Global/helpers/input.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Global/helpers/input.tsx b/components/Global/helpers/input.tsx index 1cef9933..23f9e76f 100644 --- a/components/Global/helpers/input.tsx +++ b/components/Global/helpers/input.tsx @@ -10,15 +10,15 @@ export default function Input(props: InputProps): React.JSX.Element { return ( - { props.prependElement && ( - props.prependElement - )} + { props.prependElement && ( + props.prependElement + )}