diff --git a/frontend/firebase.json b/frontend/firebase.json index 4b4bc828ed56..d7603d4c7da8 100644 --- a/frontend/firebase.json +++ b/frontend/firebase.json @@ -6,6 +6,10 @@ { "source": "/@(test|settings|account|about|login|profile|friends|account-settings|leaderboards){,/**}", "destination": "/index.html" + }, + { + "source": "/verify", + "destination": "/index.html" } ], "cleanUrls": true, diff --git a/frontend/src/html/head.html b/frontend/src/html/head.html index ac53517ccbb4..89607f07f79f 100644 --- a/frontend/src/html/head.html +++ b/frontend/src/html/head.html @@ -106,14 +106,25 @@ - - - - - + + + + diff --git a/frontend/src/html/popups.html b/frontend/src/html/popups.html index f67aa61a004f..15fc0f73b804 100644 --- a/frontend/src/html/popups.html +++ b/frontend/src/html/popups.html @@ -1,5 +1,3 @@ - - diff --git a/frontend/src/index.html b/frontend/src/index.html index fb4a46686c4e..b4105b17e56a 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -3,13 +3,13 @@ - + - + @@ -22,6 +22,7 @@ + @@ -38,11 +39,8 @@ - - + + @@ -54,7 +52,7 @@ - +