feat: improve products & subscriptions page

This commit is contained in:
swve 2024-10-17 22:35:04 +02:00
parent c762d2333e
commit 412651e817
8 changed files with 380 additions and 195 deletions

View file

@ -122,7 +122,7 @@ function DashLeftMenu() {
>
<Link
className="bg-white/5 rounded-lg p-2 hover:bg-white/10 transition-all ease-linear"
href={`/dash/payments/general`}
href={`/dash/payments/customers`}
>
<CreditCard size={18} />
</Link>