Merge pull request 'replace unsplash with kaya_bg' (#19) from feature/17-remote-background-image into dev
Reviewed-on: #19 close #17
This commit is contained in:
commit
26951b4f0f
@ -3,6 +3,7 @@
|
||||
import isUUID from "validator/lib/isUUID";
|
||||
import { apikey, lang, stationinfo, api_endpoint } from "./store.js";
|
||||
import axios from "axios";
|
||||
import background from "./kaya_kids_background.jpg";
|
||||
import { _, locale } from "svelte-i18n";
|
||||
let token;
|
||||
let api_endpoint_input = "";
|
||||
@ -239,7 +240,7 @@
|
||||
<img
|
||||
alt=""
|
||||
class="object-cover w-full h-screen hidden md:block"
|
||||
src="https://source.unsplash.com/IXUM4cJynP0"
|
||||
src={background}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
src/kaya_kids_background.jpg
Normal file
BIN
src/kaya_kids_background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 538 KiB |
Loading…
x
Reference in New Issue
Block a user