Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
run the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Aug 31, 2021
1 parent 42a2aa3 commit 5b42407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/widgets/DeviceInformation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
<StatusList items={statusItems} />
</div>
<div slot="actions">
<a sveltekit:prefetch href="/devices" class="btn btn-primary">View Devices</a>
<a sveltekit:prefetch href="/devices" class="btn btn-primary">View Devices</a>
</div>
</WidgetCard>
2 changes: 1 addition & 1 deletion src/routes/overview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
});
</script>

<H1>Overview <button class="btn loading btn-circle btn-lg bg-base-200 btn-ghost"></button></H1>
<H1>Overview <button class="btn loading btn-circle btn-lg bg-base-200 btn-ghost" /></H1>

<div class="grid gap-4 m-4 md:grid-cols-2 lg:grid-cols-3">
<div class="col-auto">
Expand Down

0 comments on commit 5b42407

Please sign in to comment.