upgrade piekit-front, use ily.li logo

This commit is contained in:
Alice Gaudon 2024-03-11 00:02:41 +01:00
parent 82f85fba5d
commit 26f9fe4134
4 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,7 +1,8 @@
<script>
import {page} from "$app/stores";
import {BaseLayout} from "piekit-front";
import logo from "../lib/img/logo.svg";
</script>
<BaseLayout title={$page.data.title} h1={$page.data.h1} description={$page.data.description}>
<BaseLayout title={$page.data.title} h1={$page.data.h1} description={$page.data.description} logo={logo}>
<slot/>
</BaseLayout>