aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-10 18:47:32 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-10 18:47:32 +0100
commit9a72d2310682dd0dcb0f9296273fca93591d8a31 (patch)
tree900ec9521f22cfa16903ec7c4374949a84663824 /pages
parent1bfee312bf6a176f50bc6751ad6d3cb8a80be5d8 (diff)
link settings button on self account page to settings
Diffstat (limited to 'pages')
-rw-r--r--pages/user.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/user.tsx b/pages/user.tsx
index 6462109..d0c6f5b 100644
--- a/pages/user.tsx
+++ b/pages/user.tsx
@@ -141,7 +141,7 @@ export default function AccountPage() {
{
ownPage ?
<div>
- <IconLabelButton icon={<SettingsOutlinedIcon/>} text="Instellingen"/>
+ <IconLabelButton icon={<SettingsOutlinedIcon/>} href="/settings" text="Instellingen"/>
<IconLabelButton icon={<EditOutlinedIcon/>} text="Status bewerken"/>
</div> :
<div>