reiji-h 2 лет назад
Родитель
Сommit
5e087af950
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/presentation/src/components/Presentation.tsx

+ 1 - 1
packages/presentation/src/components/Presentation.tsx

@@ -66,7 +66,7 @@ export const Presentation = (props: PresentationProps): JSX.Element => {
 
 
   return (
   return (
     <div className={`grw-presentation ${styles['grw-presentation']} reveal`}>
     <div className={`grw-presentation ${styles['grw-presentation']} reveal`}>
-      <Slides options={options} hasMarpFlag={marp}>{children}</Slides>
+      <Slides options={options} hasMarpFlag={marp} presentation>{children}</Slides>
     </div>
     </div>
   );
   );
 };
 };