Fix Setup Profile routing and import Layout in Network
cgen-6cbac708699d4ab5a2dfe020e831824c
This commit is contained in:
parent
8fbff6efb1
commit
3292391522
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export default function Dashboard() {
|
|||
<div className="flex space-x-2">
|
||||
<Button
|
||||
size="sm"
|
||||
onClick={() => navigate("/profile")}
|
||||
onClick={() => document.getElementById("settings")?.scrollIntoView({ behavior: "smooth" })}
|
||||
className="bg-orange-600 hover:bg-orange-700"
|
||||
>
|
||||
Setup Profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue