continue: add violation panel
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
export default function ViolationPageNote() {
|
||||
return (
|
||||
<div
|
||||
className="block-wrapper"
|
||||
className="violation-page-note"
|
||||
>
|
||||
|
||||
<div className="card-header">
|
||||
<h3 className="card-title">
|
||||
✏️ Добавить заметку
|
||||
Добавить заметку
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ViolationPageNote() {
|
||||
<input type="hidden" name="action" value="add_note" />
|
||||
<textarea name="note" className="note-textarea" placeholder="Добавить заметку к этому нарушению..." ></textarea>
|
||||
<button type="submit" className="btn-small btn-primary-small">
|
||||
💾 Сохранить заметку
|
||||
Сохранить заметку
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user