Skip to content

Commit 0c30646

Browse files
authored
improvement: branding; auth; chat-deploy (#1351)
* improvement: branding; auth; chat-deploy * improvement: docs favicon
1 parent 53792b9 commit 0c30646

File tree

33 files changed

+597
-523
lines changed

33 files changed

+597
-523
lines changed
1.99 KB
Loading
78 Bytes
Loading
130 Bytes
Loading
3.6 KB
Loading
-320 Bytes
Binary file not shown.

apps/docs/public/favicon/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

apps/docs/public/favicon/site.webmanifest

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"name": "Sim",
3-
"short_name": "Sim",
2+
"name": "MyWebSite",
3+
"short_name": "MySite",
44
"icons": [
55
{
6-
"src": "/favicon/android-chrome-192x192.png",
6+
"src": "/web-app-manifest-192x192.png",
77
"sizes": "192x192",
8-
"type": "image/png"
8+
"type": "image/png",
9+
"purpose": "maskable"
910
},
1011
{
11-
"src": "/favicon/android-chrome-512x512.png",
12+
"src": "/web-app-manifest-512x512.png",
1213
"sizes": "512x512",
13-
"type": "image/png"
14+
"type": "image/png",
15+
"purpose": "maskable"
1416
}
1517
],
1618
"theme_color": "#ffffff",
7.75 KB
Loading
23.4 KB
Loading

apps/sim/app/(auth)/login/login-form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export default function LoginPage({
496496
className={`${buttonClass} flex w-full items-center justify-center gap-2 rounded-[10px] border font-medium text-[15px] text-white transition-all duration-200`}
497497
disabled={isLoading}
498498
>
499-
{isLoading ? 'Signing in...' : 'Sign In'}
499+
{isLoading ? 'Signing in...' : 'Sign in'}
500500
</Button>
501501
</form>
502502

@@ -529,7 +529,7 @@ export default function LoginPage({
529529
</div>
530530

531531
<div
532-
className={`${inter.className} auth-text-muted fixed right-0 bottom-0 left-0 z-50 pb-8 text-center font-[340] text-[13px] leading-relaxed`}
532+
className={`${inter.className} auth-text-muted absolute right-0 bottom-0 left-0 px-8 pb-8 text-center font-[340] text-[13px] leading-relaxed sm:px-8 md:px-[44px]`}
533533
>
534534
By signing in, you agree to our{' '}
535535
<Link

0 commit comments

Comments
 (0)