Skip to content

Commit

Permalink
Remove beta flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairnick committed Jun 15, 2024
1 parent 0f0b5c9 commit 9055323
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ import type { ReactNode } from "react";
export default function RootDocsLayout({ children }: { children: ReactNode }) {
return (
<>
<section className="w-full py-2 px-4 flex items-center justify-center bg-blue-900 text-white text-xs gap-x-1 flex-wrap">
<span className="font-semibold">Webroute </span>
<span className="bg-white/50 px-2 rounded-full uppercase text-[9px] font-semibold">
alpha
</span>
<span>
Core functionality is defined. Docs and API are being refined.
</span>
</section>
<DocsLayout
tree={pageTree}
nav={{
Expand Down

0 comments on commit 9055323

Please sign in to comment.