We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dcfe5 commit 466ffc9Copy full SHA for 466ffc9
2 files changed
packages/auth-plugins/src/Login.tsx
@@ -1,5 +1,6 @@
1
import React from 'react';
2
import { RandomAreaPlotAnimation } from '@deephaven/components';
3
+import Logo from './logo.png';
4
import './Login.scss';
5
6
interface LoginProps {
@@ -13,7 +14,7 @@ export function Login({ children }: LoginProps) {
13
14
<RandomAreaPlotAnimation />
15
<div className="login-box">
16
<div className="logo">
- <img src="/logo" alt="Deephaven Data Labs" />
17
+ <img src={Logo} alt="Deephaven Data Labs" />
18
</div>
19
{children}
20
<p className="footer">
packages/auth-plugins/src/logo.png
25.1 KB
0 commit comments