Skip to content

Commit

Permalink
Fix cover images paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaprogramiacz committed Nov 23, 2024
1 parent d057c35 commit 450790d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-09-13
tags: ['Swift', 'SwiftUI', 'TDD', 'ViewInspector', 'unit testing', 'Testing']
series: "Testing SwiftUI code in TDD"
cover:
image: 'posts/testing-swiftui-code-in-tdd-button-action-request/images/cover.png'
image: 'images/cover.png'
alt: 'At the top, the title "TDD with SwiftUI - Triggering API Request" and at the bottom, an image of a phone with a red button and a finger pressing that button.'
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-06-06
tags: ['Swift', 'SwiftUI', 'Snapshot testing', 'SnapshotTesting', 'Testing']
series: "Testing SwiftUI code in TDD"
cover:
image: 'posts/testing-swiftui-code-the-beginning/images/cover.png'
image: 'images/cover.png'
alt: 'Post title on the left, a diagram symbolizing the red-green-refactor approach'
---

Expand Down

0 comments on commit 450790d

Please sign in to comment.