Skip to content

Commit 98d8f80

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/packages/ce/src/application/pages/ApplicationPage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ export const ApplicationPage = () => {
119119
</Text>
120120
</Flex>
121121
<Spacing spacing={"xs"}/>
122-
<Button w={"100%"} disabled color={"tertiary"}>Edit Profile</Button>
122+
<Link href={"/users/@me/settings"}>
123+
<Button w={"100%"} color={"tertiary"}>Edit Profile</Button>
124+
</Link>
123125
<Spacing spacing={"xs"}/>
124126
<Button color={"primary"} disabled w={"100%"}>
125127
Upgrade to Pro

0 commit comments

Comments
 (0)