Skip to content

Commit

Permalink
perf(UI): location of tap gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry23011 committed May 6, 2024
1 parent 453787d commit f2ce8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct AboutTab: View {
to:
CGPoint(
x: location.x + ((geometry.size.width / 2) - 222),
y: location.y + 58
y: location.y + 60
)
)
proxy.burst()
Expand Down

0 comments on commit f2ce8c5

Please sign in to comment.