mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
feat(web): add title
This commit is contained in:
parent
f3d6877e71
commit
0759c90bfd
@ -3,6 +3,10 @@
|
||||
import { Toaster } from "$lib/components/ui/sonner";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>memos</title>
|
||||
</svelte:head>
|
||||
|
||||
<Toaster />
|
||||
|
||||
<div class="max-w-screen-2xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
|
@ -257,6 +257,10 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>memos {searchString ? `- ${searchString}` : ''}</title>
|
||||
</svelte:head>
|
||||
|
||||
<svelte:window on:keydown={handleKeydown} />
|
||||
|
||||
<header
|
||||
|
Loading…
x
Reference in New Issue
Block a user