From 012fd51e7c6b2b3bf271c4ec218c80f6a7f2f2d5 Mon Sep 17 00:00:00 2001 From: NW Miller <36825393+nwm516@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:48:25 -0700 Subject: [PATCH] "Edit User Role" button and page styling (#293) (#305) --- app/admin-page/page.tsx | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/app/admin-page/page.tsx b/app/admin-page/page.tsx index adba9a2c..c64b09e2 100644 --- a/app/admin-page/page.tsx +++ b/app/admin-page/page.tsx @@ -7,23 +7,32 @@ const Admin = () => { return (
FIX: allow only users with admin role to be routed to this page
+ + {/* Changed button styling to match with Creator page's buttons */} + - - {/* */} -