add 'rst' to Login component #20

Merged
philipp merged 2 commits from feature/18-add-rst-login into dev 2021-04-14 15:22:08 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit eb023fac5c - Show all commits

View File

@ -3,6 +3,7 @@
import isUUID from "validator/lib/isUUID";
import { apikey, lang, stationinfo, api_endpoint, page } 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 = "";
@ -256,7 +257,7 @@
<img
alt=""
class="object-cover w-full h-screen hidden md:block"
src="https://source.unsplash.com/IXUM4cJynP0"
src={background}
/>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 KiB

After

Width:  |  Height:  |  Size: 538 KiB