UI changes
This commit is contained in:
@ -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" />
|
||||
|
@ -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