Skip to content

Commit

Permalink
Improve manual upload bug report text
Browse files Browse the repository at this point in the history
  • Loading branch information
FdelMazo committed Jul 31, 2024
1 parent 1eb672a commit 610c4f8
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions src/components/ManualUploadModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,22 +158,10 @@ const ManualUploadModal = ({ isOpen, onClose }) => {
</Text>
)}
<Text fontSize="sm" mt={2}>
(Este feature es nuevo y experimental, si no funciona como esperás{" "}
<Link
isExternal
_hover={{
_light: {
color: "primary.500",
},
_dark: {
color: "primary.400",
},
}}
href="https://github.com/FdelMazo/FIUBA-Map/issues/new"
>
hacemelo saber!
</Link>
)
Este feature es nuevo y experimental, si no funciona como esperás
hacemelo saber! Mandame un mensaje a{" "}
<Code fontSize="xs">fdelmazo at fi.uba.ar</Code> con el copy-paste
del SIU que intentaste importar.
</Text>
</ModalBody>
</ModalContent>
Expand Down

0 comments on commit 610c4f8

Please sign in to comment.