-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fe): Changed name of the application (#870)
- Loading branch information
1 parent
142b2c6
commit 913842c
Showing
7 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ const adminEmail = "[email protected]"; | |
|
||
<template> | ||
|
||
<cds-header aria-label="Forest Client Management System"> | ||
<cds-header aria-label="Forests Client Management System"> | ||
|
||
<cds-header-menu-button | ||
v-if="$session?.user?.provider === 'idir'" | ||
|
@@ -125,7 +125,7 @@ const adminEmail = "[email protected]"; | |
|
||
<cds-header-name @click.prevent> | ||
<span class="heading-compact-02" v-if="$session?.user?.provider !== 'idir'">Ministry of Forests</span> | ||
<span class="heading-compact-02" v-else>Forest Client Management System</span> | ||
<span class="heading-compact-02" v-else>Forests Client Management System</span> | ||
<span class="heading-compact-02" v-if="env !== 'Prod' && !isSmallScreen">Env. {{ env }} - Rel. {{appVersion}}</span> | ||
</cds-header-name> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters