We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03af50d commit c817dafCopy full SHA for c817daf
src/app/dashboard/page.tsx
@@ -27,21 +27,15 @@ export default async function DashboardPage() {
27
<span>Home</span>
28
</Link>
29
<form action={logout}>
30
- <button
31
- type="submit"
32
- className="btn btn-neutral btn-outline"
33
- >
+ <button type="submit" className="btn btn-neutral btn-outline">
34
<span>Log out</span>
35
</button>
36
</form>
37
</div>
38
-
39
40
41
<p className="mt-4 text-neutral-600">
42
- You're logged in as: <span className="font-bold">{user.email}</span>.
+ You're logged in as: <span className="font-bold">{user.email}</span>.
43
</p>
44
45
</main>
46
);
47
}
0 commit comments