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 7da1d29 commit 374dcd7Copy full SHA for 374dcd7
src/app/dashboard/page.tsx
@@ -33,9 +33,13 @@ export default async function DashboardPage() {
33
</form>
34
</div>
35
36
- <p className="mt-4 text-neutral-600">
+ <p className="my-4 text-neutral-600">
37
You're logged in as: <span className="font-bold">{user.email}</span>.
38
</p>
39
+
40
+ <Link href="tutorial-hello-world" className="btn btn-neutral btn-outline">
41
+ Hello World Tutorial
42
+ </Link>
43
</main>
44
);
45
}
0 commit comments