made staging white label have unique title
This commit is contained in:
parent
188a2f2023
commit
ad10fc0d66
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ interface WhiteLabel {
|
|||
// };
|
||||
|
||||
const STAGING_WHITELABEL: WhiteLabel = {
|
||||
name: import.meta.env.VITE_APP_WEBSITE_TITLE,
|
||||
name: "Staging",
|
||||
primaryColour: import.meta.env.VITE_APP_PRIMARY_COLOUR,
|
||||
secondaryColour: import.meta.env.VITE_APP_SECONDARY_COLOUR,
|
||||
signatureColour: import.meta.env.VITE_APP_SIGNATURE_COLOUR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue