From 9a72d2310682dd0dcb0f9296273fca93591d8a31 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 10 Mar 2021 18:47:32 +0100 Subject: link settings button on self account page to settings --- components/ui.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components') diff --git a/components/ui.tsx b/components/ui.tsx index 5717928..e2d7f41 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -75,8 +75,9 @@ export function IconLabelButton(props: { icon: ReactNode; onclick?: () => void; style?: CSSProperties; + href?: string; }) { - return