Chore: Paraglide wrapping wrong thing lol #53
1 changed files with 10 additions and 10 deletions
|
|
@ -9,15 +9,15 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="layout">
|
<div class="layout">
|
||||||
|
<ParaglideJS {i18n}>
|
||||||
<ClerkProvider publishableKey={PUBLIC_CLERK_PUBLISHABLE_KEY}>
|
<ClerkProvider publishableKey={PUBLIC_CLERK_PUBLISHABLE_KEY}>
|
||||||
{@render children()}
|
{@render children()}
|
||||||
</ClerkProvider>
|
</ClerkProvider>
|
||||||
|
</ParaglideJS>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ParaglideJS {i18n}>
|
<style>
|
||||||
<style>
|
|
||||||
.layout {
|
.layout {
|
||||||
@apply h-screen w-screen bg-base-100;
|
@apply h-screen w-screen bg-base-100;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</ParaglideJS>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue