Agregado boton para volver a pedidos

This commit is contained in:
Alejandro Tasistro 2025-02-10 22:26:16 -03:00
parent d4bffd1df8
commit e9d33a6735
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<template>
<div class="buttons is-right">
<a class="button is-warning is-light is-small" href="/">
<span class="icon">
<i class="fa fa-solid fa-user-check"></i>
</span>
<span>
Pedidos
</span>
</a>
</div>
</template>

View file

@ -10,6 +10,7 @@
<body>
<section class="section">
<div id="root" class="container">
<pedidos-boton-login></pedidos-boton-login>
<h1 class="title has-text-white">
Administración de Pedidos MPS
</h1>