Skip to content

Commit

Permalink
Add a more apologetical message
Browse files Browse the repository at this point in the history
  • Loading branch information
FdelMazo committed Apr 11, 2024
1 parent 96fa4a4 commit 39f1e36
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions src/components/ManualUploadModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ const ManualUploadModal = ({ isOpen, onClose }) => {
<ModalCloseButton />
<ModalBody>
<Text mb={3}>
Esta aplicación funciona utilizando la oferta horaria del SIU
Guaraní de cada usuario.
<br />
Para importarla seguí los siguientes pasos:
Lamentablemente, <strong>FIUBA</strong> ya no ofrece los horarios de
las materias, por lo que cada usuario tiene que importar manualmente
sus horarios desde el SIU.
</Text>

<Text mb={3}>
Para importar tu oferta horaria seguí estos pasos:
</Text>
<OrderedList my={2}>
<ListItem>
Expand Down Expand Up @@ -155,8 +158,22 @@ const ManualUploadModal = ({ isOpen, onClose }) => {
</Text>
)}
<Text fontSize="sm" mt={2}>
(Este feature es nuevo y experimental, si no funciona como esperás
hacemelo saber!)
(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>
)
</Text>
</ModalBody>
</ModalContent>
Expand Down

0 comments on commit 39f1e36

Please sign in to comment.