From 38f699b9b6c0cf18cbcff9c457b90aa63863b5de Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 7 Feb 2021 21:16:54 +0100 Subject: more account page --- pages/account.tsx | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'pages/account.tsx') diff --git a/pages/account.tsx b/pages/account.tsx index c1197cd..238a9fc 100644 --- a/pages/account.tsx +++ b/pages/account.tsx @@ -1,8 +1,13 @@ +import Icon from '@mdi/react'; + import { NavBar } from '../components/navbar'; import { CenteredPage, PageTitle } from '../components/page'; -import { Vierkant } from '../components/ui'; +import { Vierkant, IconLabelButton } from '../components/ui'; import { AccountAvatar } from '../components/account'; +import PersonAddOutlinedIcon from '@material-ui/icons/PersonAddOutlined'; +import { mdiAccountCancelOutline } from '@mdi/js'; + export default function AccountPage() { return (
@@ -30,10 +35,26 @@ export default function AccountPage() { }}>
+ } text="Vriendschapsverzoek"/> + } text="Blokkeren"/> +
+ + +
+
gert
+
gert
+
gert
+
gert
+
gert
-- cgit v1.2.3