Todo list updated
cgen-57969bc0f1bd4bbea1e93aaccd822a2e
This commit is contained in:
parent
55af77df88
commit
780237eec2
2 changed files with 2 additions and 2 deletions
|
|
@ -1062,7 +1062,7 @@ export default function Dashboard() {
|
|||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="flex flex-wrap gap-2">
|
||||
<Button onClick={() => navigate("/staff")}>
|
||||
<Button onClick={() => navigate("/admin")}>
|
||||
Open Staff Console
|
||||
</Button>
|
||||
<Button variant="outline" onClick={() => navigate("/feed")}>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ const realmRoute: Record<RealmKey, string> = {
|
|||
client: "/consulting",
|
||||
community_member: "/community",
|
||||
customer: "/get-started",
|
||||
staff: "/staff",
|
||||
staff: "/admin",
|
||||
};
|
||||
|
||||
export default function Portal() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue