cambiado title y favicon

This commit is contained in:
2025-11-26 18:47:39 -03:00
parent 5421235a59
commit 2b76717552
2 changed files with 2 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+2 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts"> <script lang="ts">
import '../app.css'; import '../app.css';
import favicon from '$lib/assets/favicon.svg'; import favicon from '$lib/assets/favicon.ico';
import { ModeWatcher } from 'mode-watcher'; import { ModeWatcher } from 'mode-watcher';
import Header from '@/head/Header.svelte'; import Header from '@/head/Header.svelte';
@@ -9,6 +9,7 @@
<svelte:head> <svelte:head>
<link rel="icon" href={favicon} /> <link rel="icon" href={favicon} />
<title>Mini X</title>
</svelte:head> </svelte:head>
<ModeWatcher /> <ModeWatcher />
<Header /> <Header />