Skip to content

Commit

Permalink
fix(suite): fix images paths
Browse files Browse the repository at this point in the history
(cherry picked from commit 6619d29)
  • Loading branch information
matejkriz committed Jul 6, 2023
1 parent 6263766 commit 4a4127f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const SupportFeedbackSelection = () => {
data-test="@guide/feedback/bug"
>
<ButtonImage
src={resolveStaticPath('images/png/Recovery@2x.png')}
src={resolveStaticPath('images/png/recovery@2x.png')}
width="48"
height="48"
alt=""
Expand All @@ -168,7 +168,7 @@ export const SupportFeedbackSelection = () => {
data-test="@guide/feedback/suggestion"
>
<ButtonImage
src={resolveStaticPath('images/png/Understand@2x.png')}
src={resolveStaticPath('images/png/understand@2x.png')}
width="48"
height="48"
alt=""
Expand Down

0 comments on commit 4a4127f

Please sign in to comment.