UI changes
This commit is contained in:
@ -247,9 +247,9 @@ export default function LocationForm() {
|
||||
</>)}
|
||||
</div>
|
||||
<div className="panel-actions pt-12">
|
||||
<Link href="/cart/locations" className="action-button"> обратно </Link>
|
||||
<Link href="/cart/locations" className="action-button"> Отмени </Link>
|
||||
<button className="button bg-blue-500 hover:bg-blue-700 focus:outline-none focus:shadow-outline" type="submit">
|
||||
{router.query?.id ? "Update" : "Save"}
|
||||
{router.query?.id ? "Обнови" : "Запази"}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user