1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-12-02 08:03:05 +03:00

Rename Grid view

This commit is contained in:
Brent Jackson 2018-08-05 14:18:59 -04:00
parent 0bef30d44d
commit 22f128b12b
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import Slide from './Slide'
import Dots from './Dots'
import Root from './Root'
import Presenter from './Presenter'
import Grid from './Overview'
import Grid from './Grid'
import GoogleFonts from './GoogleFonts'
import defaultTheme from './themes'
@ -63,6 +63,7 @@ const keys = {
'space': 32,
'p': 80,
'o': 79,
'g': 71,
}
export class SlideDeck extends React.Component {