change title to VPGen
This commit is contained in:
parent
c022baa97c
commit
686383e4d1
@ -13,7 +13,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<header class="p-4 sm:flex">
|
<header class="p-4 sm:flex">
|
||||||
<span class=" mr-6 font-bold sm:inline-block">My App</span>
|
<span class=" mr-6 font-bold sm:inline-block">VPGen</span>
|
||||||
<nav class="flex items-center gap-6 text-sm">
|
<nav class="flex items-center gap-6 text-sm">
|
||||||
<a href="/" class={getNavClass("/")}>Home</a>
|
<a href="/" class={getNavClass("/")}>Home</a>
|
||||||
{#if user}
|
{#if user}
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>VpGen</title>
|
<title>VPGen</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<h1>Welcome to SvelteKit</h1>
|
<h1>Welcome to VPGen</h1>
|
||||||
|
|
||||||
{#if user }
|
{#if user }
|
||||||
<p>Hi {user.name}</p>
|
<p>Hi {user.name}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user