Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NateLydem committed Nov 4, 2024
1 parent e5fae01 commit bbda020
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/scout/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
<Timeline bind:actions={actions} />

<!--to be changed in the future-->
<button class="bg-btn_grey w-80 p-1 rounded border-2 border-outline_gray" onclick={addAction}
>Add Action</button
>
<button class="bg-btn_grey w-80 p-1 rounded border-2 border-outline_gray" onclick={addAction}>Add Action</button>
</main>

0 comments on commit bbda020

Please sign in to comment.