mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
tweaking static image name
This commit is contained in:
parent
8447dcd6ee
commit
90e4ee62cb
BIN
net/web/src/images/lightsess.png
Normal file
BIN
net/web/src/images/lightsess.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user