From b7857889c47a06d94a4134703058e9262425c993 Mon Sep 17 00:00:00 2001 From: Lucas Song Date: Thu, 16 May 2024 11:32:34 -0700 Subject: [PATCH] update icons --- src/components/CreateAdministrator.vue | 2 +- src/pages/RegisterStudents.vue | 2 +- src/router/sidebarActions.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CreateAdministrator.vue b/src/components/CreateAdministrator.vue index 0913d007b..055e87a8d 100644 --- a/src/components/CreateAdministrator.vue +++ b/src/components/CreateAdministrator.vue @@ -4,7 +4,7 @@
- +
Create a new administrator account
diff --git a/src/pages/RegisterStudents.vue b/src/pages/RegisterStudents.vue index 53e5a1354..918b2ccfb 100644 --- a/src/pages/RegisterStudents.vue +++ b/src/pages/RegisterStudents.vue @@ -3,7 +3,7 @@
- +
Add Participants
diff --git a/src/router/sidebarActions.js b/src/router/sidebarActions.js index 7c1027b50..e9fbff78a 100644 --- a/src/router/sidebarActions.js +++ b/src/router/sidebarActions.js @@ -81,7 +81,7 @@ const sidebarActionOptions = [ }, { title: 'Register New Family', - icon: 'pi pi-user-plus', + icon: 'pi pi-home', buttonLink: { name: 'Register' }, requiresSuperAdmin: true, project: 'ROAR',