Skip to content

Commit

Permalink
fix(about): github make glitches in pdf files -> link docs to google …
Browse files Browse the repository at this point in the history
…drive
  • Loading branch information
Frown00 committed Jul 18, 2022
1 parent e672591 commit 725c81b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/renderer/components/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,11 @@ export default function About() {
}
/>
<ShortInformation
title="Documentation PL"
title="Documentation"
content={
<ExternalButton
title="Link to PDF"
href="https://github.com/Frown00/Pupillometry/blob/main/assets/docs/Pupillometry_PL.pdf"
/>
}
/>
<ShortInformation
title="Documentation EN"
content={
<ExternalButton
title="Link to PDF"
href="https://github.com/Frown00/Pupillometry/blob/main/assets/docs/Pupillometry_EN.pdf"
title="Link to PDFs"
href="https://drive.google.com/drive/folders/1-fu6QABpgHgjlhiHFkqN9tR0VsDOiCRx"
/>
}
/>
Expand Down

0 comments on commit 725c81b

Please sign in to comment.