Skip to content

Commit

Permalink
Remove beta banner (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Feb 10, 2025
1 parent bec3950 commit c48414a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ui/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Hero } from "./layout/hero";
import { cache, createAsync, useMatch } from "@solidjs/router";
import { DocsLayout } from "./docs-layout";
import { PageStateProvider } from "~/data/page-state";
import { Alert } from "@kobalte/core";
import { SidePanel } from "./layout/side-panel";
import { SUPPORTED_LOCALES } from "~/i18n/config";
import { getValidLocaleFromPathname } from "~/i18n/helpers";
Expand Down Expand Up @@ -142,9 +141,6 @@ export const Layout: ParentComponent<{ isError?: boolean }> = (props) => {
<Suspense>
<PageStateProvider>
<div class="relative dark:bg-slate-900 bg-slate-50">
<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)]">
These docs are currently in Beta!
</Alert.Root>
<Show when={entries()}>
{(data) => <MainHeader tree={data().tree} />}
</Show>
Expand Down

0 comments on commit c48414a

Please sign in to comment.