Skip to content

Commit 0bb227e

Browse files
authored
Merge pull request #1060 from amitamrutiya/fix-share
fix: share modal link formatting issue
2 parents 905434d + 582cae7 commit 0bb227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/ShareModal/ShareModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ const ShareModal: React.FC<ShareModalProps> = ({
510510

511511
<ModalFooter
512512
variant="filled"
513-
helpText="You can share your designs or designs for which you have permission to share with other members of your organization and teams, and you can control access permissions. <a href='https://docs.layer5.io/kanvas/designer/share-resource/'>Learn more</a>"
513+
helpText="You can share your designs or designs for which you have permission to share with other members of your organization and teams, and you can control access permissions. [Learn More](https://docs.layer5.io/kanvas/designer/share-resource)"
514514
>
515515
<div
516516
style={{

0 commit comments

Comments
 (0)