Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
180079995 committed Nov 24, 2024
1 parent 97b6ae9 commit bb0c259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<div class="mt-12">
<h2 class="mb-4 text-2xl font-semibold">Recent Sessions</h2>
<div class="space-y-2 rounded-lg border">
{#if data.sessions}
{#each data.sessions as session}
{#if data.createdSessions}
{#each data.createdSessions as session}
<a
class="block w-auto rounded-lg bg-blue-500 px-4 py-1 text-left text-lg text-white no-underline shadow-md hover:bg-blue-600"
href="/session/{session.id}"
Expand Down

0 comments on commit bb0c259

Please sign in to comment.