(feat): add sonner call invite, to be replaced with dedicated popup
(feat): add fallback screen to preview page (feat): show users call page
This commit is contained in:
parent
413764f33e
commit
36902e340a
7 changed files with 214 additions and 23 deletions
|
|
@ -3,7 +3,7 @@ import TopBar from "../../components/top";
|
|||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div className="w-full h-full flex flex-col bg-green-500">
|
||||
<div className="w-full h-full flex flex-col">
|
||||
<TopBar />
|
||||
<div className="w-full h-full">{children}</div>
|
||||
<Actions />
|
||||
|
|
|
|||
Loading…
Reference in a new issue