diff options
Diffstat (limited to 'app/loading.html')
-rw-r--r-- | app/loading.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/app/loading.html b/app/loading.html index 71403a5ac..3b896b718 100644 --- a/app/loading.html +++ b/app/loading.html @@ -11,10 +11,10 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - width: 256px; + text-align: center; } #logo { - width: 100%; + width: 256px; animation: pulse 1s ease-in-out infinite; } @keyframes pulse { @@ -33,13 +33,8 @@ </head> <body> <div id="div-logo"> - <img id="logo" src="./images/loginglogo.svg"> + <img id="logo" src="./images/enslogo.svg"> + <h1 class="center">MetaMask is querying ENS ...</h1> </div> - <script type="text/javascript"> - // redirect to 404 after one minute - setTimeout(() => { - location.href = './404.html' - }, 60000) - </script> </body> </html> |