add period to secret share text

This commit is contained in:
Maidul Islam
2024-12-12 16:04:51 -05:00
parent 474731d8ef
commit 5b4487fae8

View File

@@ -20,7 +20,7 @@ export const AddShareSecretModal = ({ popUp, handlePopUpToggle }: Props) => {
>
<ModalContent
title="Share a Secret"
subTitle="Securely share one off secrets with your team"
subTitle="Securely share one off secrets with your team."
>
<ShareSecretForm
isPublic={false}