Skip to content

Commit 466ffc9

Browse files
committed
Add the logo to the auth plugins directly
- Is imported by the PSK plugin, now it appears correctly.
1 parent c2dcfe5 commit 466ffc9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/auth-plugins/src/Login.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22
import { RandomAreaPlotAnimation } from '@deephaven/components';
3+
import Logo from './logo.png';
34
import './Login.scss';
45

56
interface LoginProps {
@@ -13,7 +14,7 @@ export function Login({ children }: LoginProps) {
1314
<RandomAreaPlotAnimation />
1415
<div className="login-box">
1516
<div className="logo">
16-
<img src="/logo" alt="Deephaven Data Labs" />
17+
<img src={Logo} alt="Deephaven Data Labs" />
1718
</div>
1819
{children}
1920
<p className="footer">

packages/auth-plugins/src/logo.png

25.1 KB
Loading

0 commit comments

Comments
 (0)