Compare commits
No commits in common. "26951b4f0f5cf2a9d5a67b14ea1cc621af3a36c5" and "cd1b3aafc7587541eddd088a9d446ad50b719f56" have entirely different histories.
26951b4f0f
...
cd1b3aafc7
@ -3,7 +3,6 @@
|
|||||||
import isUUID from "validator/lib/isUUID";
|
import isUUID from "validator/lib/isUUID";
|
||||||
import { apikey, lang, stationinfo, api_endpoint } from "./store.js";
|
import { apikey, lang, stationinfo, api_endpoint } from "./store.js";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import background from "./kaya_kids_background.jpg";
|
|
||||||
import { _, locale } from "svelte-i18n";
|
import { _, locale } from "svelte-i18n";
|
||||||
let token;
|
let token;
|
||||||
let api_endpoint_input = "";
|
let api_endpoint_input = "";
|
||||||
@ -240,7 +239,7 @@
|
|||||||
<img
|
<img
|
||||||
alt=""
|
alt=""
|
||||||
class="object-cover w-full h-screen hidden md:block"
|
class="object-cover w-full h-screen hidden md:block"
|
||||||
src={background}
|
src="https://source.unsplash.com/IXUM4cJynP0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 538 KiB |
Loading…
x
Reference in New Issue
Block a user