We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be2c7e commit 3e784d0Copy full SHA for 3e784d0
bun.lockb
0 Bytes
dev/pages/+Layout.tsx
@@ -10,6 +10,10 @@ export default function Layout(props: FlowProps) {
10
<>
11
<Head>
12
<meta charset="utf-8" />
13
+ <meta
14
+ name="description"
15
+ content="A collection of zero-dependency hooks for SolidJS forked directly from Mantine Hooks, with some improvements."
16
+ />
17
<meta name="viewport" content="width=device-width, initial-scale=1" />
18
<meta name="theme-color" content="#000000" />
19
</Head>
0 commit comments