v3: added onboarding email on account creation
This commit is contained in:
@@ -8,7 +8,9 @@ interface PageShellProps {
|
||||
centerSlot?: ReactNode;
|
||||
}
|
||||
|
||||
export function PageShell({ children, centered = false, centerSlot }: PageShellProps) {
|
||||
export function PageShell(
|
||||
{ children, centered = false, centerSlot }: PageShellProps,
|
||||
) {
|
||||
return (
|
||||
<div className="page-shell">
|
||||
<AppHeader centerSlot={centerSlot ?? <SearchBar />} />
|
||||
|
||||
Reference in New Issue
Block a user