feat: Integrate new dashboard design and components, remove old dashboard routes, and update dependencies.
This commit is contained in:
@@ -157,7 +157,7 @@ function Profile() {
|
||||
variant="light"
|
||||
color="orange"
|
||||
leftSection={<IconDashboard size={18} />}
|
||||
onClick={() => navigate({ to: "/dashboard" })}
|
||||
onClick={() => navigate({ to: "/admin" })}
|
||||
>
|
||||
Admin Panel
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user