Skip to content

Commit

Permalink
fix: Image logo annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry23011 committed May 6, 2024
1 parent f2ce8c5 commit f6988b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct AboutTab: View {
.frame(height: 220)

HStack(alignment: .center, spacing: 30) {
Image("logo") // Make sure to use the correct image name as a string
Image(.logo)
.resizable()
.renderingMode(.original)
.frame(width: 100, height: 100)
Expand Down

0 comments on commit f6988b3

Please sign in to comment.