mirror of
https://github.com/open-webui/desktop
synced 2025-06-26 18:15:59 +00:00
refac
This commit is contained in:
parent
81716fcc00
commit
1783fa59e3
BIN
src/render/lib/assets/images/green.jpg
Normal file
BIN
src/render/lib/assets/images/green.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
@ -5,6 +5,8 @@
|
||||
import Spinner from './common/Spinner.svelte';
|
||||
import ArrowRightCircle from './icons/ArrowRightCircle.svelte';
|
||||
|
||||
import backgroundImage from '../assets/images/green.jpg';
|
||||
|
||||
let installing = false;
|
||||
const continueHandler = async () => {
|
||||
if (window?.electronAPI) {
|
||||
@ -46,7 +48,7 @@
|
||||
|
||||
<div
|
||||
class="image w-full h-full absolute top-0 left-0 bg-cover bg-center transition-opacity duration-1000"
|
||||
style="opacity: 1; background-image: url('./assets/images/green.jpg')"
|
||||
style="opacity: 1; background-image: url({backgroundImage})"
|
||||
></div>
|
||||
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user