Skip to content

Commit

Permalink
lint: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Dec 11, 2024
1 parent 69038d0 commit d0927fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usage/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<div class="grid w-full max-w-md gap-1.5">
<Label for="output">Output</Label>
<code class={cn("rounded-md border p-2 text-sm", { "text-secondary-foreground/60 italic": output === "" })}>
<code class={cn("rounded-md border p-2 text-sm", { "italic text-secondary-foreground/60": output === "" })}>
<pre>{output === "" ? "Run a query" : output}</pre>
</code>
</div>

0 comments on commit d0927fa

Please sign in to comment.