Skip to content

Commit

Permalink
formating fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bukhosi-eugene-mpande committed Sep 27, 2024
1 parent e62f65b commit d32efd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/lib/components/workspaces/workspace/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="p-4">
<h5 class="mb-1 text-xl font-bold tracking-tight text-gray-900 dark:text-white">{name}</h5>
<p class="mb-2 line-clamp-2 text-sm text-gray-700 dark:text-gray-400">{description}</p>
<Button size="sm" on:click={openWorkspace} >
<Button size="sm" on:click={openWorkspace}>

Check warning on line 28 in src/src/lib/components/workspaces/workspace/Card.svelte

View check run for this annotation

Codecov / codecov/patch

src/src/lib/components/workspaces/workspace/Card.svelte#L28

Added line #L28 was not covered by tests
Open <ArrowRightOutline class="ms-2 h-4 w-4" />
</Button>
</div>
Expand Down

0 comments on commit d32efd8

Please sign in to comment.