Skip to content

Commit f71a34c

Browse files
committed
Extension: Login page NITs + icons
1 parent 00db557 commit f71a34c

File tree

7 files changed

+8
-4
lines changed

7 files changed

+8
-4
lines changed

extension/app/images/dust128.png

2 KB
Loading

extension/app/images/dust16.png

369 Bytes
Loading
File renamed without changes.

extension/app/images/dust48.png

842 Bytes
Loading

extension/app/images/icon128.png

2.88 KB
Loading

extension/app/src/pages/LoginPage.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export const LoginPage = () => {
4848
return (
4949
<div className="flex h-screen flex-col p-4">
5050
<div className="flex flex-1 flex-col items-center justify-center gap-8">
51-
<div className="flex flex-col items-center text-center space-y-4">
52-
<LogoHorizontalColorLogo className="h-6 w-24" />
51+
<div className="flex flex-col items-center text-center space-y-9 max-w-[400px]">
52+
<LogoHorizontalColorLogo className="h-12 w-48" />
5353
<Page.Header title="Get more done, faster, with the power of your assistants at your fingertips." />
5454
</div>
5555
<div className="text-center">
@@ -59,10 +59,11 @@ export const LoginPage = () => {
5959
label="Sign in"
6060
onClick={handleLogin}
6161
disabled={isLoading}
62+
size="md"
6263
/>
6364
</div>
6465
</div>
65-
<p className="text-center text-element-700">
66+
<p className="text-center text-element-700 max-w-[300px] mx-auto">
6667
By signing in, you agree to Dust's{" "}
6768
<Link to={TERMS_OF_USE_URL} target="_blank" className="underline">
6869
Terms of Use

extension/manifest.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "0.0.1",
55
"description": "Get more done, faster, with the power of your assistants at your fingertips.",
66
"icons": {
7-
"16": "images/AppIcon.png"
7+
"16": "images/dust16.png",
8+
"32": "images/dust32.png",
9+
"48": "images/dust48.png",
10+
"128": "images/dust128.png"
811
},
912
"background": {
1013
"service_worker": "background.js"

0 commit comments

Comments
 (0)