Skip to content
Snippets Groups Projects
Commit 8598f839 authored by Lucas Pelegrino's avatar Lucas Pelegrino Committed by Guilherme Gazzo
Browse files

regression: Aligns Learn More link to the left corner of the modal (#33547)

parent 13c906f3
No related branches found
No related tags found
No related merge requests found
......@@ -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'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment