diff --git a/src/components/Note.tsx b/src/components/Note.tsx index 0ae370c..42186b5 100644 --- a/src/components/Note.tsx +++ b/src/components/Note.tsx @@ -93,8 +93,12 @@ function NoteGeneric({ return (
- {icon} - {' '} + {icon && ( + <> + {icon} + {' '} + + )}
{children}