summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages/gui.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-03 19:49:22 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-03 19:49:22 -0700
commitf4051a73b4961de26e7b8c4bf297de8eda57e39a (patch)
tree6967cb658dfda2dd22fbc93f4d81df267a9e80ef /extension/react-app/src/pages/gui.tsx
parentbc629207c8590216e32dff5fa437fc02450845fe (diff)
downloadsncontinue-f4051a73b4961de26e7b8c4bf297de8eda57e39a.tar.gz
sncontinue-f4051a73b4961de26e7b8c4bf297de8eda57e39a.tar.bz2
sncontinue-f4051a73b4961de26e7b8c4bf297de8eda57e39a.zip
refactor: :lipstick: smaller icons
Diffstat (limited to 'extension/react-app/src/pages/gui.tsx')
-rw-r--r--extension/react-app/src/pages/gui.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx
index 3ae8e14e..d3a8f566 100644
--- a/extension/react-app/src/pages/gui.tsx
+++ b/extension/react-app/src/pages/gui.tsx
@@ -536,14 +536,14 @@ If you already have an LLM deployed on your own infrastructure, or would like to
}}
text="Clear"
>
- <TrashIcon width="1.5em" height="1.5em" />
+ <TrashIcon width="1.4em" height="1.4em" />
</HeaderButtonWithText>
<a
href="https://continue.dev/docs/how-to-use-continue"
className="no-underline"
>
<HeaderButtonWithText text="Docs">
- <BookOpenIcon width="1.5em" height="1.5em" />
+ <BookOpenIcon width="1.4em" height="1.4em" />
</HeaderButtonWithText>
</a>
<HeaderButtonWithText
@@ -557,7 +557,7 @@ If you already have an LLM deployed on your own infrastructure, or would like to
}}
text="Feedback"
>
- <ChatBubbleOvalLeftEllipsisIcon width="1.5em" height="1.5em" />
+ <ChatBubbleOvalLeftEllipsisIcon width="1.4em" height="1.4em" />
</HeaderButtonWithText>
</Footer>
</>