mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-01 15:06:19 +02:00
small fix
This commit is contained in:
@@ -26,14 +26,15 @@ const defaultLayout: MosaicNode<string> = {
|
|||||||
first: {
|
first: {
|
||||||
direction: "column",
|
direction: "column",
|
||||||
first: "video",
|
first: "video",
|
||||||
second: {
|
second: "users",
|
||||||
direction: "row",
|
splitPercentage: 40,
|
||||||
first: "users",
|
|
||||||
second: "zaps",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
second: "chat",
|
second: {
|
||||||
splitPercentage: 60,
|
direction: "row",
|
||||||
|
first: "zaps",
|
||||||
|
second: "chat",
|
||||||
|
},
|
||||||
|
splitPercentage: 33,
|
||||||
};
|
};
|
||||||
|
|
||||||
function StreamModerationDashboard({ stream }: { stream: ParsedStream }) {
|
function StreamModerationDashboard({ stream }: { stream: ParsedStream }) {
|
||||||
|
Reference in New Issue
Block a user