From b890c609d9ced0e6fac42d6705ace411cf40e789 Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Thu, 16 Apr 2026 15:42:40 -0400 Subject: [PATCH] fix icon ui --- src/App.vue | 10 ++++-- src/assets/settings.png | Bin 0 -> 43575 bytes src/features/browser-assistant/icons.ts | 3 ++ src/styles.css | 43 +++++++----------------- 4 files changed, 23 insertions(+), 33 deletions(-) create mode 100644 src/assets/settings.png diff --git a/src/App.vue b/src/App.vue index e1eb1b3..e80a169 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,10 @@