name+favicon update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
import "../app.css";
|
||||
import { Toaster } from "$lib/components/ui/sonner";
|
||||
import { browser } from "$app/environment";
|
||||
import { Toaster } from "$lib/components/ui/sonner";
|
||||
import { QueryClient, QueryClientProvider } from "@tanstack/svelte-query";
|
||||
import "../app.css";
|
||||
|
||||
let { children } = $props();
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>FlyTicketTravel</title>
|
||||
<title>Checkout</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Book a flight to your dream destination at an unbelieavably low price"
|
||||
|
||||
Reference in New Issue
Block a user