We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34595fd commit 4d9ade9Copy full SHA for 4d9ade9
src/frontend/src/ui/MainMenu.tsx
@@ -53,8 +53,8 @@ export const MainMenuConfig: React.FC<MainMenuConfigProps> = ({
53
54
const dashboardElement = ExcalidrawElementFactory.createEmbeddableElement({
55
link: "!dashboard",
56
- width: 460,
57
- height: 80
+ width: 360,
+ height: 360
58
});
59
60
ExcalidrawElementFactory.placeInScene(dashboardElement, excalidrawAPI, {
0 commit comments