0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 11:32:39 +00:00

clean inputs

This commit is contained in:
Víctor Losada Hernández
2024-08-29 23:39:54 +02:00
parent 78642e514d
commit 65759e18bd

View File

@@ -83,8 +83,8 @@ const NotificationAdd = () => {
<div className='notificationAdd'> <div className='notificationAdd'>
<h2>Add Notification</h2> <h2>Add Notification</h2>
<label className='fieldLabel'> <label className='field'>
DISMISSKEY Dismiss Key:
<input <input
className='fieldInput' className='fieldInput'
type='text' type='text'
@@ -93,8 +93,8 @@ const NotificationAdd = () => {
/> />
</label> </label>
<label className='fieldLabel'> <label className='field'>
TITLE Title:
<input <input
className='fieldInput' className='fieldInput'
type='text' type='text'
@@ -103,8 +103,8 @@ const NotificationAdd = () => {
/> />
</label> </label>
<label className='fieldLabel'> <label className='field'>
TEXT Text:
<textarea <textarea
className='fieldInput' className='fieldInput'
type='text' type='text'
@@ -113,8 +113,9 @@ const NotificationAdd = () => {
</textarea> </textarea>
</label> </label>
<label className='fieldLabel'> <label className='field'>
STARTAT Start Date:
<input <input
type="date" type="date"
className='fieldInput' className='fieldInput'
@@ -123,8 +124,8 @@ const NotificationAdd = () => {
/> />
</label> </label>
<label className='fieldLabel'> <label className='field'>
STOPAT End Date:
<input <input
type="date" type="date"
className='fieldInput' className='fieldInput'