Skip to content

Commit

Permalink
Fix: Icons - Ask to AIChat
Browse files Browse the repository at this point in the history
After wrestling with the wand, we decided to make it more clear that it's a chat.

https://techcrunch.com/2024/06/15/apple-joins-the-race-to-find-an-ai-icon-that-makes-sense/
  • Loading branch information
black7375 committed Jul 7, 2024
1 parent a1f1ff5 commit f07e9f4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions icons/chat-sparkle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/context_menu/_content_area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@
#context-translate-selection {
--menuitem-image: url("../icons/translations.svg");
}
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}

#frame {
--menuitem-image: url("../icons/command-frames.svg");
Expand Down

0 comments on commit f07e9f4

Please sign in to comment.