diff --git a/net/web/src/images/lightsess.png b/net/web/src/images/lightsess.png new file mode 100644 index 00000000..8a46460f Binary files /dev/null and b/net/web/src/images/lightsess.png differ diff --git a/net/web/src/session/welcome/Welcome.jsx b/net/web/src/session/welcome/Welcome.jsx index 98cbc804..68dd6eaf 100644 --- a/net/web/src/session/welcome/Welcome.jsx +++ b/net/web/src/session/welcome/Welcome.jsx @@ -3,7 +3,7 @@ import { RightOutlined } from '@ant-design/icons'; import { Space } from 'antd'; import { useWelcome } from './useWelcome.hook'; -import light from 'images/session.png'; +import light from 'images/lightsess.png'; import dark from 'images/darksess.png'; export function Welcome() {