From e3f1e9b5e7883c74a14df0fbb0d87bb033a05224 Mon Sep 17 00:00:00 2001 From: Gaurika Mahajan Date: Thu, 18 Jul 2024 00:45:29 -0400 Subject: [PATCH] Changing fonts to capital and changing font type for leader accounts --- .../ProfilePageLeaderPermissionDashboardLinks.jsx | 14 +++++++------- .../pages/AnnouncementDashboard/CreateAnnounce.jsx | 2 +- client/src/pages/FAQLeaders/FAQLeaders.jsx | 10 +++++----- client/src/pages/FAQLeaders/FAQLeaders.scss | 11 +++++++++++ client/src/pages/FroshInfoTable/FroshInfoTable.jsx | 6 +++--- client/src/pages/PasswordReset/PasswordReset.jsx | 2 +- client/src/pages/ScopeRequest/ScopeRequest.jsx | 6 +++--- .../pages/ScuntGameSettings/ScuntGameSettings.jsx | 2 +- client/src/pages/ScuntJudgeForm/ScuntJudgeForm.jsx | 6 +++--- .../pages/ScuntTransactions/ScuntTransactions.jsx | 4 ++-- client/src/pages/TimelineAdmin/TimelineAdmin.jsx | 14 +++++++------- 11 files changed, 44 insertions(+), 33 deletions(-) diff --git a/client/src/components/profile/leedur/PermissionDashboardLinks/ProfilePageLeaderPermissionDashboardLinks.jsx b/client/src/components/profile/leedur/PermissionDashboardLinks/ProfilePageLeaderPermissionDashboardLinks.jsx index 5a19a5f1..14a19232 100644 --- a/client/src/components/profile/leedur/PermissionDashboardLinks/ProfilePageLeaderPermissionDashboardLinks.jsx +++ b/client/src/components/profile/leedur/PermissionDashboardLinks/ProfilePageLeaderPermissionDashboardLinks.jsx @@ -19,7 +19,7 @@ export const ProfilePageLeaderPermissionDashboardLinks = () => { const dropdowns = [ { label: 'data', - title: 'Data', + title: 'DATA', state: openDataDropdown, setState: setOpenDataDropdown, icon: DataDashboardIcon, @@ -46,7 +46,7 @@ export const ProfilePageLeaderPermissionDashboardLinks = () => { }, { label: 'outreach', - title: 'Outreach', + title: 'OUTREACH', state: openOutreachDropdown, setState: setOpenOutreachDropdown, icon: OutreachDashboardIcon, @@ -73,13 +73,13 @@ export const ProfilePageLeaderPermissionDashboardLinks = () => { }, { label: 'scunt', - title: 'Scunt', + title: 'Skule™ Hunt', state: openScuntDropdown, setState: setOpenScuntDropdown, icon: ScuntDashboardIcon, items: [ { - label: 'Scunt Judge Panel', + label: 'Skule™ Hunt Judge Panel', anyRegisterScope: false, link: '/scunt-judge-form', authScopes: [ @@ -96,7 +96,7 @@ export const ProfilePageLeaderPermissionDashboardLinks = () => { ], }, { - label: 'Scunt Mission Panel', + label: 'Skule™ Hunt Mission Panel', anyRegisterScope: false, link: '/scunt-missions-dashboard', authScopes: [ @@ -107,13 +107,13 @@ export const ProfilePageLeaderPermissionDashboardLinks = () => { ], }, { - label: 'Scunt Point Transactions', + label: 'Skule™ Hunt Point Transactions', anyRegisterScope: false, link: '/scunt-transactions', authScopes: ['scunt:exec view transactions'], }, { - label: 'Scunt Settings', + label: 'Skule™ Hunt Settings', anyRegisterScope: false, link: '/scunt-game-controls', authScopes: ['scunt:exec game controls'], diff --git a/client/src/pages/AnnouncementDashboard/CreateAnnounce.jsx b/client/src/pages/AnnouncementDashboard/CreateAnnounce.jsx index d922fff8..733ef544 100644 --- a/client/src/pages/AnnouncementDashboard/CreateAnnounce.jsx +++ b/client/src/pages/AnnouncementDashboard/CreateAnnounce.jsx @@ -20,7 +20,7 @@ const CreateAnnounce = () => { return (
-

Send an Announcement

+

SEND AN ANNOUNCEMENT

{
-

Create a new question!

+

CREATE A NEW QUESTION!

@@ -313,7 +313,7 @@ const FAQLeadersQuestionWrapper = ({ question, editMade, setEditMade }) => {
-

{questionText}

+

{questionText}

Answer: {answerText}

@@ -346,7 +346,7 @@ const FAQLeadersQuestionWrapper = ({ question, editMade, setEditMade }) => {