tweaking static image name

This commit is contained in:
Roland Osborne 2024-03-03 17:56:55 -08:00
parent 8447dcd6ee
commit 90e4ee62cb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -3,7 +3,7 @@ import { RightOutlined } from '@ant-design/icons';
import { Space } from 'antd'; import { Space } from 'antd';
import { useWelcome } from './useWelcome.hook'; import { useWelcome } from './useWelcome.hook';
import light from 'images/session.png'; import light from 'images/lightsess.png';
import dark from 'images/darksess.png'; import dark from 'images/darksess.png';
export function Welcome() { export function Welcome() {