1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00

Add open in new window link

This commit is contained in:
Brent Jackson 2020-01-25 17:48:09 -05:00
parent d2e4d46c0b
commit bc890e6fcd

View File

@ -103,6 +103,17 @@ const Presenter = props => {
<Box>
{props.index} / {props.slides.length - 1}
</Box>
<a
href='/'
target='_blank'
title='Open in new window'
sx={{
fontWeight: 'bold',
color: 'inherit',
textDecoration: 'none',
}}>
</a>
<Box mx='auto' />
<Box>
<Timer />