Passwort Vergessen Seiten
This commit is contained in:
@@ -4,8 +4,8 @@ import i18next from "i18next";
|
||||
import "../style/global.scss";
|
||||
import "../../svelte-dialogs.config"
|
||||
import "svelte-ripple-action/ripple.css"
|
||||
import { Sun, Moon } from "radix-svelte-icons";
|
||||
import ThemeController from "#components/ThemeController.svelte";
|
||||
import {NotificationWrapper} from "@ibcornelsen/ui";
|
||||
|
||||
export interface Props {
|
||||
title: string;
|
||||
@@ -85,7 +85,7 @@ const lightTheme = Astro.cookies.get("theme").value === "light";
|
||||
content="https://online-energieausweis.org/images/energieausweis-online-erstellen.jpg"
|
||||
/>
|
||||
<title>
|
||||
{title || "Energieausweis online erstellen - Online Energieausweis"}
|
||||
{title} | IBCornelsen
|
||||
</title>
|
||||
</head>
|
||||
|
||||
@@ -99,5 +99,8 @@ const lightTheme = Astro.cookies.get("theme").value === "light";
|
||||
<div class="absolute top-4 right-4">
|
||||
<ThemeController lightTheme={lightTheme} client:load></ThemeController>
|
||||
</div>
|
||||
<div class="absolute right-4 bottom-4">
|
||||
<NotificationWrapper />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user