Skip to content

Commit c7bfeef

Browse files
authored
Merge pull request #116 from constructive-io/fix/login-product-name
fix(ui): login screen shows the product name
2 parents 5fc1777 + 755f4ba commit c7bfeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/login-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function LoginScreen({ onLogin, notice, defaultUsername = '' }: LoginScre
5656
className="text-3xl font-bold tracking-widest"
5757
style={{ color: '#01A1FF' }}
5858
>
59-
ILLUMINATE
59+
WAVEGRID
6060
</h1>
6161
<p className="text-sm mt-1" style={{ color: '#666' }}>
6262
Painting the sky with light

0 commit comments

Comments
 (0)