We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b87a4e commit d250eecCopy full SHA for d250eec
src/routes/scripts/+layout.svelte
@@ -16,7 +16,7 @@
16
<aside class="flex h-full max-w-96 min-w-64 flex-col border-r-1 border-surface-500 p-2">
17
<input
18
type="text"
19
- placeholder="🔍 Search script ..."
+ placeholder="🔍 Search script..."
20
class="input text-xs placeholder:text-surface-400-600"
21
bind:value={search}
22
/>
0 commit comments