Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Oct 17, 2023
1 parent 4f984a3 commit 02ce877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/layout/Frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function Frame() {
<aside className="z-50 border-r border-r-base">
<Sidebar id="sidebar" onClose={toggle} />
</aside>
<Header "id="header/>
<Header id="header"/>
<main className="">
<ErrorBoundary FallbackComponent={ErrorFallback}>
<Suspense fallback={<Loading size="xl" />}>
Expand Down

0 comments on commit 02ce877

Please sign in to comment.