Skip to content

Commit

Permalink
fix(screenshots.yml): update overlay-arrow images for better visual g…
Browse files Browse the repository at this point in the history
…uidance

The overlay-arrow images in the screenshots workflow have been updated to provide better visual guidance. The previous images were not pointing to the correct areas, causing confusion. The new images point to the correct areas, improving the user's understanding of the instructions.
  • Loading branch information
robinmordasiewicz committed Nov 27, 2023
1 parent e001a45 commit 1ee0a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
- name: overlay-arrow
run: |
composite -geometry +1000+35 docs/img/overlays/pointer-315.png github-fork-border.png github-fork-arrow.png
composite -geometry +1000+35 docs/img/overlays/pointer-45.png github-fork-border.png github-fork-arrow.png
mv github-fork-arrow.png github-fork.png
composite -geometry +522+158 docs/img/overlays/pointer-225.png github-profile.png github-profile-arrow.png
composite -geometry +522+158 docs/img/overlays/pointer-315.png github-profile.png github-profile-arrow.png
mv github-profile-arrow.png github-profile.png
- name: make-drop-shadow
Expand Down

0 comments on commit 1ee0a38

Please sign in to comment.