Skip to content

Commit

Permalink
update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxsong committed May 16, 2024
1 parent 4462d5b commit b785788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/CreateAdministrator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="flex flex-column">
<div class="flex flex-column mb-5 gap-2">
<div class="flex align-items-center flex-wrap gap-3 mb-2">
<i class="pi pi-list text-gray-400 rounded" style="font-size: 1.6rem" />
<i class="pi pi-user-plus text-gray-400 rounded" style="font-size: 1.6rem" />
<div class="admin-page-header">Create a new administrator account</div>
</div>
<div class="text-md text-gray-500 ml-6">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/RegisterStudents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section class="main-body">
<div class="flex flex-column gap-2">
<div class="flex align-items-center flex-wrap gap-3 mb-2">
<i class="pi pi-list text-gray-400 rounded" style="font-size: 1.6rem" />
<i class="pi pi-users text-gray-400 rounded" style="font-size: 1.6rem" />
<div class="admin-page-header">Add Participants</div>
</div>
<div class="flex flex-column text-md text-gray-500 ml-6 gap-2">
Expand Down
2 changes: 1 addition & 1 deletion src/router/sidebarActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b785788

Please sign in to comment.