From e2d89780d01842eb0c274345fb28e7c98c20cb0a Mon Sep 17 00:00:00 2001 From: Jakub Moravec Date: Thu, 7 Nov 2024 22:01:13 +0100 Subject: [PATCH 1/2] fixed numbers --- frontend/src/components/guides/AddComment.tsx | 2 +- frontend/src/components/guides/EditIssue.tsx | 2 +- frontend/src/components/guides/LookAtIssues.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/guides/AddComment.tsx b/frontend/src/components/guides/AddComment.tsx index f0e0816..139b0a6 100644 --- a/frontend/src/components/guides/AddComment.tsx +++ b/frontend/src/components/guides/AddComment.tsx @@ -31,7 +31,7 @@ const AddComment = () => { fotky, náčrtky, dokumenty. Velikost max 128MB. Celková velikost max 512MB. diff --git a/frontend/src/components/guides/EditIssue.tsx b/frontend/src/components/guides/EditIssue.tsx index 2b7485c..0a69e54 100644 --- a/frontend/src/components/guides/EditIssue.tsx +++ b/frontend/src/components/guides/EditIssue.tsx @@ -27,7 +27,7 @@ const EditIssue = () => { 2 → Uzavření Issue - pokud je daný problém vyřešen. diff --git a/frontend/src/components/guides/LookAtIssues.tsx b/frontend/src/components/guides/LookAtIssues.tsx index 6acff17..c971b20 100644 --- a/frontend/src/components/guides/LookAtIssues.tsx +++ b/frontend/src/components/guides/LookAtIssues.tsx @@ -59,7 +59,7 @@ const LookAtIssues = () => { 2 → Uzavření Issue - pokud je daný problém vyřešen. From 0c0db20778f6ebd2e2fa97d980b6813a0d0cde7d Mon Sep 17 00:00:00 2001 From: Jakub Moravec Date: Thu, 7 Nov 2024 22:08:15 +0100 Subject: [PATCH 2/2] screenshot MacOS fix --- .../src/components/guides/ScreenshotGuideMacOS.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/guides/ScreenshotGuideMacOS.tsx b/frontend/src/components/guides/ScreenshotGuideMacOS.tsx index afd65ab..1b9d829 100644 --- a/frontend/src/components/guides/ScreenshotGuideMacOS.tsx +++ b/frontend/src/components/guides/ScreenshotGuideMacOS.tsx @@ -9,15 +9,15 @@ const ScreenshotGuideMacOS = () => { {open && (
  1. - Stiskněte Command (⌘) + Shift + 4 + Stiskněte Command (⌘) + Shift + 4.
  2. -
  3. Kurzor se změní na křížek
  4. -
  5. Klikněte a táhněte pro výběr oblasti, kterou chcete zachytit
  6. +
  7. Kurzor se změní na křížek.
  8. +
  9. Klikněte a táhněte pro výběr oblasti, kterou chcete zachytit.
  10. screenshot
    -
  11. Uvolněte tlačítko myši pro pořízení snímku
  12. -
  13. Snímek obrazovky bude ve výchozím nastavení uložen na vaší ploše
  14. +
  15. Uvolněte tlačítko myši pro pořízení snímku.
  16. +
  17. Snímek obrazovky bude ve výchozím nastavení uložen na vaší ploše.
)}