fix(dashboard): Fix size of buttons and use Link to navigate (#11366)

**What**
- Fixes the wrong `size` being used for the allocate items button.
- Updates the buttons that link to somewhere to use a Link and asChild instead of an onClick.
This commit is contained in:
Kasper Fabricius Kristensen
2025-02-14 15:19:31 +00:00
committed by GitHub
parent 483f7b556c
commit 03b8bda1ba
2 changed files with 26 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Fix size of buttons and use Link to navigate