Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 1832290

Browse files
committed
Added a link in the placeholder that actually is valid
1 parent 5e701ea commit 1832290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/LoadTemplate.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</Select.Root>
8080
{#if selectedTemplate === "OTHER"}
8181
<Label>3rd party url</Label>
82-
<Input bind:value={outsideURL} placeholder="e.g. https://website.com/cooltheme.json" />
82+
<Input bind:value={outsideURL} placeholder="e.g. https://planningcenter.stephengruzin.dev/weirdTheme.json" />
8383
<Button on:click={loadOutsideTheme}>Load</Button>
8484
{/if}
8585
</section>

0 commit comments

Comments
 (0)