UI changes
This commit is contained in:
@ -84,7 +84,7 @@ export default function CartEventPage({ items, locations }: ICartEventPageProps)
|
||||
</table>
|
||||
<button className="button bg-blue-500 hover:bg-blue-700"
|
||||
onClick={() => setAddNew(!addnew)}
|
||||
> {addnew ? "обратно" : "Добави нов"}</button>
|
||||
> {addnew ? "Отмени" : "Добави нов"}</button>
|
||||
{addnew && <CartEventForm locations={locations} />}
|
||||
</div>
|
||||
</ProtectedRoute>
|
||||
|
Reference in New Issue
Block a user