fix(frontend): use nxtgauge browser branding
This commit is contained in:
parent
18759f9670
commit
a4c74f39ed
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ export default function App() {
|
|||
<Router
|
||||
root={(props) => (
|
||||
<MetaProvider>
|
||||
<Title>NXTGAUGE Frontend Solid</Title>
|
||||
<Title>Nxtgauge</Title>
|
||||
<AuthProvider>
|
||||
<ErrorBoundary
|
||||
fallback={(err) => (
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ export default createHandler(() => (
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" href="/nxtgauge-icon.png" />
|
||||
<style>{`html,body,#app{min-height:100%;margin:0}body{background:#07051a} .dashboard-shell{background:#f6f8ff;min-height:100vh} .lp-main,.auth-page,.choose-role-page{background:#07051a;min-height:100vh}`}</style>
|
||||
{assets}
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue