Skip to content

[BLOG] Remove after 5.1 is stable #141

@github-actions

Description

@github-actions

[BLOG] Remove after 5.1 is stable

export async function HeaderWrapper(): // @ts-expect-error TODO: [BLOG] Remove after 5.1 is stable

import { Header } from './client/Header'

export async function HeaderWrapper(): // @ts-expect-error TODO: [BLOG] Remove after 5.1 is stable
JSX.Element {
  return (
    <header className="sticky top-0 z-50 mx-auto w-full flex-none overflow-clip border-b-2 border-black bg-white text-black dark:border-white dark:bg-slate-700 dark:text-white md:h-14">
      <Header />
    </header>
  )
}

ab0e5563beabd8aa7bcb1f89e43c969a91c8b3da

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions