Skip to content

Commit

Permalink
IOS-4003 Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-pusya committed Jan 20, 2025
1 parent 5844929 commit 9eb3dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct ChatInput: View {
}

Button { onTapAddObject() } label: {
Label(Loc.Chat.Actions.Menu.objects, systemImage: "text.document")
Label(Loc.Chat.Actions.Menu.objects, systemImage: "doc.plaintext")
}

Divider()
Expand Down

0 comments on commit 9eb3dd9

Please sign in to comment.