Skip to content

Commit 865458d

Browse files
feat: add hello world tutorial on dashboard
1 parent fe50805 commit 865458d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/dashboard/page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ export default async function DashboardPage() {
3333
</form>
3434
</div>
3535

36-
<p className="mt-4 text-neutral-600">
36+
<p className="my-4 text-neutral-600">
3737
You&apos;re logged in as: <span className="font-bold">{user.email}</span>.
3838
</p>
39+
40+
<Link href="tutorial-hello-world" className="btn btn-neutral btn-outline">
41+
Hello World Tutorial
42+
</Link>
3943
</main>
4044
);
4145
}

0 commit comments

Comments
 (0)