Skip to content

Commit

Permalink
chore: remove more action
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Jan 9, 2025
1 parent fa8f40f commit 0a24dd9
Showing 1 changed file with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,40 +354,6 @@ const JetBrainsGuideModal = ({
</Flex>
)}
</Box>
<Divider />
<Box py={6}>
<Text fontWeight={'bold'} fontSize={'lg'} mb={6}>
{t('jetbrains_guide_post_use')}
</Text>
<Text fontSize={'14px'} mb={2}>
{t('jetbrains_guide_post_connection')}
</Text>
<Button
leftIcon={<MyIcon name="upperRight" color={'grayModern.600'} w={'16px'} />}
bg={'white'}
color={'grayModern.600'}
borderRadius={'5px'}
borderWidth={1}
size={'sm'}
_hover={{
color: 'brightBlue.600',
'& svg': {
color: 'brightBlue.600'
}
}}
onClick={() => {
window.open('https://www.jetbrains.com/remote-development/gateway/', '_blank')
}}>
{t('jetbrains_guide_documentation')}
</Button>
</Box>
{onOpenSSHConnectModal && (
<SshConnectModal
onClose={() => setOnOpenSSHConnectModal(false)}
onSuccess={() => {}}
jetbrainsGuideData={jetbrainsGuideData}
/>
)}
</ModalBody>
</ModalContent>
</Modal>
Expand Down

0 comments on commit 0a24dd9

Please sign in to comment.