Skip to content

Commit 0eed032

Browse files
author
Nicolas Garnier
committed
styling update
1 parent 01e551e commit 0eed032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class App extends React.Component {
5656
render() {
5757
return (
5858
<div className={styles.container}>
59-
<div className={styles.logo}><i className={styles.logoIcon + " material-icons"}>photo</i> My App</div>
59+
<div className={styles.logo}><i className={styles.logoIcon + ' material-icons'}>photo</i> My App</div>
6060
<div className={styles.caption}>This is a cool demo app</div>
6161
{!this.state.signedIn &&
6262
<div>

0 commit comments

Comments
 (0)