Skip to content

Commit b8bae93

Browse files
authored
[WEB-3610] Rebrand (#168)
* Update favicon, logo, bg color * Update bg * Update Chivo too
1 parent 765957d commit b8bae93

16 files changed

+24
-18
lines changed

components/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function NavBar() {
2020
<div style={styles.leftNav}>
2121
<div style={styles.logoContainer}>
2222
<Link href={'/'}>
23-
<Image alt="Stytch logo" height={30} src={stytchLogo} width={152} />
23+
<Image alt="Stytch logo" height={50} src={stytchLogo} width={110} />
2424
</Link>
2525
</div>
2626
{windowInnerWidth > 1000 && (

components/common/CodeBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const styles: Record<string, React.CSSProperties> = {
1818
whiteSpace: 'pre-wrap',
1919
overflowWrap: 'anywhere',
2020
fontSize: '16px',
21-
fontFamily: '"IBM Plex Mono", monospace',
21+
fontFamily: '"Chivo Mono", monospace',
2222
overflowY: 'scroll',
2323
},
2424
};

pages/_app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ function MyApp({ Component, pageProps }: AppProps) {
1212
return (
1313
<>
1414
<Head>
15-
<link rel="icon" href="/favicon.png" type="image/png" />
15+
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
1616
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
1717
<title>Stytch Demo</title>
1818
</Head>
19-
2019
<StytchProvider stytch={stytch}>
2120
<NavBar />
2221
<Component {...pageProps} />

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const App = () => {
1616
}, [user, router]);
1717

1818
return (
19-
<div style={{ padding: '24px 40px' }}>
19+
<div style={{ padding: '24px 40px', backgroundColor: '#F4EEE9' }}>
2020
<h2>Stytch authentication recipes</h2>
2121
<p>
2222
Stytch provides many options to build your perfect passwordless authentication experience including pre-built UI

public/favicon.ico

535 Bytes
Binary file not shown.

public/favicon.png

-7.45 KB
Binary file not shown.

public/fonts/Booton-Bold.woff2

140 KB
Binary file not shown.
139 KB
Binary file not shown.

public/fonts/Booton-Medium.woff2

136 KB
Binary file not shown.
137 KB
Binary file not shown.

0 commit comments

Comments
 (0)