mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 00:32:37 +09:00
chore(web) Update SvelteKit (#1066)
* Update sveltekit * Update sveltekit * Update correct preloading attribute
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
let toggleButton: HTMLElement;
|
||||
|
||||
onMount(() => {
|
||||
var themeToggleDarkIcon = document.getElementById('theme-toggle-dark-icon');
|
||||
var themeToggleLightIcon = document.getElementById('theme-toggle-light-icon');
|
||||
@@ -48,7 +46,6 @@
|
||||
</script>
|
||||
|
||||
<button
|
||||
bind:this={toggleButton}
|
||||
on:click={toggleTheme}
|
||||
id="theme-toggle"
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user