diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-06 23:02:59 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-06 23:02:59 -0700 |
commit | ceafdf18c9d9f0f8769d4a9e45c8a407179161c5 (patch) | |
tree | dfed3b9b14448fac251230777c2cbf869bccf386 /extension/react-app/src/pages | |
parent | 6e8885fc2f7feb06ef6ac87d2d7688f9f33d15de (diff) | |
download | sncontinue-ceafdf18c9d9f0f8769d4a9e45c8a407179161c5.tar.gz sncontinue-ceafdf18c9d9f0f8769d4a9e45c8a407179161c5.tar.bz2 sncontinue-ceafdf18c9d9f0f8769d4a9e45c8a407179161c5.zip |
feat: :lipstick: handful of UI improvements
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index 99e7cb7b..cb62f7ed 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -277,7 +277,7 @@ function GUI(props: GUIProps) { if (currentCount === 100) { dispatch( setDialogMessage( - <div className="text-center"> + <div className="text-center p-4"> 👋 Thanks for using Continue. We are a beta product and love working closely with our first users. If you're interested in speaking, enter your name and email. We won't use this @@ -293,7 +293,7 @@ function GUI(props: GUIProps) { }); dispatch( setDialogMessage( - <div className="text-center"> + <div className="text-center p-4"> Thanks! We'll be in touch soon. </div> ) |