diff --git a/WebApp/Components/Features/Calendar/Index.razor b/WebApp/Components/Features/Calendar/Index.razor index 6ffac55..fa9c98a 100644 --- a/WebApp/Components/Features/Calendar/Index.razor +++ b/WebApp/Components/Features/Calendar/Index.razor @@ -6,7 +6,7 @@ @using Heron.MudCalendar @inject IEventOccurrenceService EventOccurrenceService - + Import diff --git a/WebApp/Components/Features/Students/Index.razor b/WebApp/Components/Features/Students/Index.razor index 9ae309e..5275d6c 100644 --- a/WebApp/Components/Features/Students/Index.razor +++ b/WebApp/Components/Features/Students/Index.razor @@ -11,7 +11,7 @@ Create New Event Rankings - Registration + Registration diff --git a/WebApp/Components/Features/Students/Registration.razor b/WebApp/Components/Features/Students/Registration.razor index cce183c..f6693f6 100644 --- a/WebApp/Components/Features/Students/Registration.razor +++ b/WebApp/Components/Features/Students/Registration.razor @@ -8,7 +8,7 @@ @inject WebApp.LocalStorageService LocalStorage @inject ValidationService ValidationService - + @Configuration["ChapterSettings:Name"] - + @Configuration["ChapterSettings:CompetitionYear"] Competition Year @@ -109,7 +109,7 @@ else Caption="Optimize meeting times" NavigateUrl="/meeting-schedule"/> - @@ -119,17 +119,17 @@ else Teams & Registration - - + + diff --git a/WebApp/Components/Shared/Components/DashboardCard.razor b/WebApp/Components/Shared/Components/DashboardCard.razor index 8a8ac4e..2457ec5 100644 --- a/WebApp/Components/Shared/Components/DashboardCard.razor +++ b/WebApp/Components/Shared/Components/DashboardCard.razor @@ -1,6 +1,6 @@ @using Microsoft.AspNetCore.Components - +
diff --git a/WebApp/Components/Shared/Layout/NavMenu.razor b/WebApp/Components/Shared/Layout/NavMenu.razor index 379f13f..c44a769 100644 --- a/WebApp/Components/Shared/Layout/NavMenu.razor +++ b/WebApp/Components/Shared/Layout/NavMenu.razor @@ -10,12 +10,12 @@ Meeting Schedule - Event Calendar + Event Calendar - Registration Teams + Registration diff --git a/WebApp/Models/AppIcons.cs b/WebApp/Models/AppIcons.cs index 9f3887f..4232369 100644 --- a/WebApp/Models/AppIcons.cs +++ b/WebApp/Models/AppIcons.cs @@ -12,6 +12,8 @@ namespace WebApp.Models public static string Events = Icons.Material.Filled.Dashboard; public static string Scheduler = Icons.Material.Filled.CalendarMonth; public static string Captain = Icons.Material.Filled.Star; + public static string Registration = Icons.Material.Filled.AppRegistration; + public static string EventCalendar = Icons.Material.Filled.Event; public static string LevelOfEffortIcon(int? loe) {