diff --git a/components/molecules/HighlightInput/highlight-input-form.tsx b/components/molecules/HighlightInput/highlight-input-form.tsx index 3ef517b41a..22df4ce4a0 100644 --- a/components/molecules/HighlightInput/highlight-input-form.tsx +++ b/components/molecules/HighlightInput/highlight-input-form.tsx @@ -527,7 +527,7 @@ const HighlightInputForm = ({ refreshCallback }: HighlightInputFormProps): JSX.E }} open={isDivFocused} > - + Post a highlight @@ -628,10 +628,10 @@ const HighlightInputForm = ({ refreshCallback }: HighlightInputFormProps): JSX.E {highlightLink && isDivFocused && highlightLink.includes("github") && ( - + )} {highlightLink && isDivFocused && highlightLink.includes("dev.to") && ( - + )}