Skip to content

Commit

Permalink
Update AI Chat icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Dec 4, 2024
1 parent e84cb78 commit b6b0ded
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "SettingsAIChatHero.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
4 changes: 2 additions & 2 deletions DuckDuckGo/SettingsAIChatView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ struct SettingsAIChatView: View {
List {

VStack(alignment: .center) {
Image("SettingsDuckPlayerHero")
.padding(.top, -20) // Change this to AI Chat image
Image("SettingsAIChatHero")
.padding(.top, -20)

Text(UserText.aiChatFeatureName)
.daxTitle3()
Expand Down

0 comments on commit b6b0ded

Please sign in to comment.