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:
parent
0bef30d44d
commit
22f128b12b
@ -12,7 +12,7 @@ import Slide from './Slide'
|
|||||||
import Dots from './Dots'
|
import Dots from './Dots'
|
||||||
import Root from './Root'
|
import Root from './Root'
|
||||||
import Presenter from './Presenter'
|
import Presenter from './Presenter'
|
||||||
import Grid from './Overview'
|
import Grid from './Grid'
|
||||||
import GoogleFonts from './GoogleFonts'
|
import GoogleFonts from './GoogleFonts'
|
||||||
|
|
||||||
import defaultTheme from './themes'
|
import defaultTheme from './themes'
|
||||||
@ -63,6 +63,7 @@ const keys = {
|
|||||||
'space': 32,
|
'space': 32,
|
||||||
'p': 80,
|
'p': 80,
|
||||||
'o': 79,
|
'o': 79,
|
||||||
|
'g': 71,
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SlideDeck extends React.Component {
|
export class SlideDeck extends React.Component {
|
||||||
|
Loading…
Reference in New Issue
Block a user