Skip to content

Commit 09d0864

Browse files
committed
Blank presentation text
1 parent 0ccbe8e commit 09d0864

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

excalidraw-app/presentation/Presentation.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,17 @@ export function Presentation() {
304304
return res;
305305
}, [elements]);
306306
if (frames.length === 0 || !appState) {
307-
return null;
307+
return (
308+
<div>
309+
<h1>Blank presentation</h1>
310+
<p>
311+
Learn how to make a presentation{" "}
312+
<a href="https://github.com/excalidraw-smart-presentation/excalidraw-smart-presentation.github.io?tab=readme-ov-file#excalidraw-smart-presentation">
313+
here
314+
</a>
315+
</p>
316+
</div>
317+
);
308318
}
309319
const frameIndex = getFrameIndexFromLink(window.location.href);
310320
const initialFrameIndex =

0 commit comments

Comments
 (0)