Skip to content

Commit 51cf87b

Browse files
committed
Slightly adjust thank you message icon
1 parent 5a71682 commit 51cf87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/shared/RegistrationModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ const RegistrationModalContent = () => {
237237
<b>
238238
(<span>{t("HELP.HELP")}</span>)
239239
{" "}
240-
<LuMessageCircleQuestion />
240+
<LuMessageCircleQuestion style={{ position: "relative", top: 1 }}/>
241241
{" > "}
242242
<span>{t("HELP.ADOPTER_REGISTRATION")}</span>
243243
</b>

0 commit comments

Comments
 (0)