Skip to content

Commit

Permalink
chore: aligns Learn More link to the left corner of the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-a-pelegrino authored and tassoevan committed Oct 12, 2024
1 parent 623b21c commit 5cdaf34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const UninstallGrandfatheredAppModal = ({ context, limit, appName, handleUninsta
<Modal.Content>
<MarkdownText content={modalContent} />
</Modal.Content>
<Modal.Footer>
<Modal.Footer justifyContent='space-between'>
<Modal.FooterAnnotation>
{/* TODO: Move the link to a go link when available */}
<a target='_blank' rel='noopener noreferrer' href='https://docs.rocket.chat/docs/rocketchat-marketplace'>
Expand Down

0 comments on commit 5cdaf34

Please sign in to comment.