@@ -65,14 +65,6 @@
margin-bottom: 1rem;
}
- h1 {
- font-size: clamp(1.6rem, 4vw, 2.2rem);
- font-weight: 800;
- letter-spacing: -1.5px;
- color: #e5e5ea;
- margin-bottom: 0.75rem;
- }
-
.message {
font-size: 1rem;
color: #6b6b7a;
@@ -2,8 +2,6 @@
import {page} from "$app/state";
import DashboardNav from "./DashboardNav.svelte";
- console.log(page);
</script>
<div class="dashboard">
@@ -42,6 +42,7 @@
<h2>Welcome Back</h2>
<label>Email
+ <!-- svelte-ignore a11y_autofocus -->
<input bind:value={email} type="email" required autofocus>
</label>
@@ -47,6 +47,7 @@
<h2>Join The Adventure</h2>
<label>Name
<input bind:value={name} type="text" required autofocus>