added new image
This commit is contained in:
@@ -160,13 +160,6 @@ export default function Page() {
|
||||
>
|
||||
Nuevo
|
||||
</button>
|
||||
|
||||
<button
|
||||
className={`button buttonCancel ${styleprograms.button}`}
|
||||
onClick={handleDelete}
|
||||
>
|
||||
Eliminar
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
)}
|
||||
@@ -193,6 +186,13 @@ export default function Page() {
|
||||
>
|
||||
Cancelar
|
||||
</button>
|
||||
|
||||
<button
|
||||
className={`button buttonCancel ${styleprograms.button}`}
|
||||
onClick={handleDelete}
|
||||
>
|
||||
Eliminar
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user