We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036d568 commit 98d8f80Copy full SHA for 98d8f80
1 file changed
src/packages/ce/src/application/pages/ApplicationPage.tsx
@@ -119,7 +119,9 @@ export const ApplicationPage = () => {
119
</Text>
120
</Flex>
121
<Spacing spacing={"xs"}/>
122
- <Button w={"100%"} disabled color={"tertiary"}>Edit Profile</Button>
+ <Link href={"/users/@me/settings"}>
123
+ <Button w={"100%"} color={"tertiary"}>Edit Profile</Button>
124
+ </Link>
125
126
<Button color={"primary"} disabled w={"100%"}>
127
Upgrade to Pro
0 commit comments