refactor: change upload study space button text
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
>
|
>
|
||||||
<input type="text" name="title" bind:value={title} placeholder="Study Space Title" required />
|
<input type="text" name="title" bind:value={title} placeholder="Study Space Title" required />
|
||||||
<input type="file" name="image" accept=".png, image/png" required bind:this={fileInput} />
|
<input type="file" name="image" accept=".png, image/png" required bind:this={fileInput} />
|
||||||
<button type="submit">Upload Study Space</button>
|
<button type="submit">Upload some Study Space!</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user