Fix project icon label in settings id linking to project name Fixes #1045 (#1080)

This commit is contained in:
Prospector 2023-04-07 18:40:29 -07:00 committed by GitHub
parent 604683efd5
commit 509a97e532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
<span class="label__title size-card-header">Project information</span>
</h3>
</div>
<label for="project-name">
<label for="project-icon">
<span class="label__title">Icon</span>
</label>
<div class="input-group">
@ -27,6 +27,7 @@
/>
<div class="input-stack">
<FileInput
id="project-icon"
:max-size="262144"
:show-icon="true"
accept="image/png,image/jpeg,image/gif,image/webp"