Skip to content

Commit 036d568

Browse files
committed
feat: update Edit Profile button to link to user settings page
1 parent d336fae commit 036d568

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/packages/ce/src/namespace/views/NamespaceOverviewPersonalLeftView.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ export const NamespaceOverviewPersonalLeftView: React.FC = () => {
8686
</Text>
8787
</Flex>
8888
<Spacing spacing={"xs"}/>
89-
<Button w={"100%"} color={"tertiary"}>Edit Profile</Button>
89+
<Link href={"/users/@me/settings"}>
90+
<Button w={"100%"} color={"tertiary"}>Edit Profile</Button>
91+
</Link>
9092
<Spacing spacing={"xs"}/>
91-
<Button color={"primary"} w={"100%"}>
93+
<Button disabled color={"primary"} w={"100%"}>
9294
Upgrade to Pro
9395
<AuroraBackground/>
9496
</Button>

0 commit comments

Comments
 (0)