mirror of
https://github.com/jcreek/PlannerGenerator.git
synced 2026-07-12 18:43:51 +00:00
feat(*): Add year input placeholder
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
<main>
|
||||
<h1>Daily Planner Generator</h1>
|
||||
<input type="text" id="year" bind:value={year} inputmode="numeric" />
|
||||
<input type="text" id="year" bind:value={year} inputmode="numeric" placeholder="Enter a year"/>
|
||||
<button on:click={async () => await printURLToPDF(`/standard-dev-planner/${year}/`)}>Generate</button>
|
||||
|
||||
<YearPartial {year} />
|
||||
|
||||
Reference in New Issue
Block a user