Skip to content

Commit aa89556

Browse files
committed
fix(router): CedarJS splash page
1 parent 77e86ff commit aa89556

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/router/src/splash-page.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,15 @@ export const SplashPage = ({
126126
}
127127
128128
.intro-heading {
129-
font-size: var(--space-5);
130-
line-height: 1;
129+
font-size: var(--space-8);
130+
line-height: 1.25;
131131
font-weight: 700;
132132
}
133133
134134
.intro-logo {
135135
max-width: 100%;
136136
height: auto;
137+
margin-bottom: var(--space-4);
137138
}
138139
139140
.intro-instructions-container {
@@ -271,12 +272,12 @@ export const SplashPage = ({
271272
<section className="content-container">
272273
<div className="content">
273274
<div className="intro">
274-
<h1 className="intro-heading">Welcome to</h1>
275275
<img
276-
src="https://github.com/user-attachments/assets/06da6bb6-d2f7-4bd5-941b-ef897b4ed64b"
277-
alt="Cedar Logo"
276+
src="https://avatars.githubusercontent.com/u/211931789?s=200&v=4"
277+
alt="CedarJS Logo"
278278
className="intro-logo"
279279
/>
280+
<h1 className="intro-heading">Welcome to CedarJS</h1>
280281
{!hasGeneratedRoutes ? (
281282
<div
282283
className="intro-instructions-container"

0 commit comments

Comments
 (0)