File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ struct FeatureSettingsView: View {
1313 tag: 0 ,
1414 title: " Suggestion " ,
1515 subtitle: " Generate suggestions for your code " ,
16- image: " lightbulb.circle.fill "
16+ image: " lightbulb "
1717 )
1818
1919 ScrollView {
@@ -24,7 +24,7 @@ struct FeatureSettingsView: View {
2424 tag: 1 ,
2525 title: " Chat " ,
2626 subtitle: " Chat about your code " ,
27- image: " bubble.right.circle.fill "
27+ image: " character.bubble "
2828 )
2929
3030 ScrollView {
@@ -35,7 +35,7 @@ struct FeatureSettingsView: View {
3535 tag: 2 ,
3636 title: " Prompt to Code " ,
3737 subtitle: " Write code with natural language " ,
38- image: " square.and.pencil.circle.fill "
38+ image: " paintbrush "
3939 )
4040 }
4141 }
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ struct TabBar: View {
9090 TabBarButton (
9191 currentTab: $tab,
9292 title: " Feature " ,
93- image: " star.square.on.square " ,
93+ image: " star.square " ,
9494 tab: tab
9595 )
9696 case . customCommand:
You can’t perform that action at this time.
0 commit comments