Skip to content

Commit

Permalink
Merge pull request #59 from greybaron/hot/fix
Browse files Browse the repository at this point in the history
heißfix 69
  • Loading branch information
fnschmidt authored Aug 6, 2024
2 parents 4dc384a + fddddd5 commit 739ec34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<div class="w-[98%] sm:w-auto grid grid-cols-1 lg:grid-cols-2 gap-4 mx-auto">
<!-- create portals -->
{#each components as _, idx}
<div class="flex" id="portal{idx}" />
<span class="contents" id="portal{idx}"></span>
{/each}

<!-- create tiles -->
Expand Down

0 comments on commit 739ec34

Please sign in to comment.