updating layout

This commit is contained in:
Bryce
2024-03-21 23:28:46 -07:00
parent ef452aaba5
commit 71ba64b1b4

View File

@@ -180,7 +180,7 @@
"Invoices" ])
(when (p/can? @user {:subject :payment-page})
[:a.navbar-item {:class [(active-when ap = :payments)]
:href (bidi/path-for ssr-routes/only-routes ::payment-routes/page)}
:href (bidi/path-for ssr-routes/only-routes ::payment-routes/all-page)}
"Payments" ])
(when (p/can? @user {:subject :pos-page})
[:a.navbar-item {:class [(active-when ap = :pos-sales)]