1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-21 17:37:01 +01:00

[MMI] Added custom title for institutional (#19844)

* Added custom title for institutional

* passing prop isMMI to notification view
This commit is contained in:
Albert Olivé 2023-06-30 15:53:55 +02:00 committed by GitHub
parent 17c5964735
commit 7c7b5fe3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>MetaMask Notification</title>
{{@if(it.isMMI)}}
<title>MetaMask Institutional</title>
{{/if}}
<style>
#app-content {
display: flex;

View File

@ -725,6 +725,7 @@ function createFactoredBuild({
commonSet,
browserPlatforms,
applyLavaMoat,
isMMI: buildType === 'mmi',
});
renderHtmlFile({
htmlName: 'home',