Skip to content

Commit 98f9fff

Browse files
authored
Remove typeform survey from layout (#907)
1 parent 4f4ca84 commit 98f9fff

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: src/ui/layout.tsx

+1-8
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,7 @@ export const Layout: ParentComponent<{ isError?: boolean }> = (props) => {
143143
<PageStateProvider>
144144
<div class="relative dark:bg-slate-900 bg-slate-50">
145145
<Alert.Root class="dark:text-slate-900 text-white text-center p-1 font-semibold border-blue-50 dark:border-blue-600 bg-[rgb(14,142,231)] dark:bg-[rgb(162,222,255)]">
146-
These docs are currently in Beta!{" "}
147-
<a
148-
class="underline"
149-
href="https://shr.link/pna6n"
150-
rel="noopener noreferrer"
151-
>
152-
Share your feedback with us!
153-
</a>
146+
These docs are currently in Beta!
154147
</Alert.Root>
155148
<Show when={entries()}>
156149
{(data) => <MainHeader tree={data().tree} />}

0 commit comments

Comments
 (0)