diff --git a/examples/with-emotion/pages/index.js b/examples/with-emotion/pages/index.js index c01e0395..41bce3ef 100644 --- a/examples/with-emotion/pages/index.js +++ b/examples/with-emotion/pages/index.js @@ -53,25 +53,30 @@ const Animated = styled.div` export default () => { return ( - <>' ' + ' ' - With Emotion - ' '
- Cool Styles - + /> + + With Emotion + +
+ Cool Styles + With :hover. - - Let's bounce. -
' ' +
+ Let's bounce. +
+ ) }