File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
packages/gatsby-theme-mdx/src/components Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -30,32 +30,6 @@ const styles = (
3030 />
3131)
3232
33- const MDXConf = ( ) => (
34- < div
35- css = { css ( {
36- bg : '#fcb42d' ,
37- boxSizing : 'border-box'
38- } ) }
39- >
40- < Link
41- css = { css ( {
42- color : 'text' ,
43- textDecoration : 'none' ,
44- fontWeight : 'bold' ,
45- fontSize : [ 2 , 3 , 3 ] ,
46- width : '100%' ,
47- display : 'flex' ,
48- p : 3
49- } ) }
50- to = "/conf"
51- >
52- < span aria-label = "tada" > 🎉</ span >
53- < span css = { css ( { ml : 2 } ) } > MDX Conf — August 24th, 2020</ span >
54- < span css = { css ( { ml : 'auto' } ) } > →</ span >
55- </ Link >
56- </ div >
57- )
58-
5933const Root = props => (
6034 < div
6135 { ...props }
@@ -195,7 +169,6 @@ export default props => {
195169 < ThemeProvider theme = { theme } components = { components } >
196170 < SkipNavLink />
197171 { styles }
198- < MDXConf />
199172 < Root >
200173 < Overlay open = { menuOpen } onClick = { closeMenu } />
201174 < Header toggleMenu = { toggleMenu } dark = { dark } setDark = { setDark } />
You can’t perform that action at this time.
0 commit comments