Commit 86f6e701 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

fix <i> and th

parent 74be1082
Pipeline #26903 passed with stage
in 2 minutes and 19 seconds
......@@ -2,13 +2,13 @@
<input type="file" wire:model="file">
@error('file') <span class="error">{{ $message }}</span> @enderror
<label>
<input type="checkbox" wire:model="createPatch"> <b>Create Patch</b>
<input type="checkbox" wire:model="createPatch"> <strong>Create Patch</strong>
</label>
<label>
<input type="checkbox" wire:model="updatePatch"> <b>Update Patch</b>
<input type="checkbox" wire:model="updatePatch"> <strong>Update Patch</strong>
</label>
<label>
<input type="checkbox" wire:model="sendToEec"> <b>Send To EEC</b>
<input type="checkbox" wire:model="sendToEec"> <strong>Send To EEC</strong>
</label>
<button type="submit" class="py-2 px-3 bg-stone-700 rounded-lg text-white">Upload</button>
</form>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment