UI changes

This commit is contained in:
Dobromir Popov
2024-03-02 21:31:50 +02:00
parent 32a713420e
commit 5998371222
11 changed files with 17 additions and 17 deletions

View File

@ -45,7 +45,7 @@ export default function LocationCard({ location }) {
className="absolute bottom-2 right-2 z-20"
>
<button
aria-label="Delete location"
aria-label="Изтрий местоположението"
className="text-red-600 bg-transparent hover:bg-red-100 p-1 hover:border-red-700 rounded"
>
<TrashIcon className="h-6 w-6" />

View File

@ -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>