Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNordicMule committed Jun 16, 2020
1 parent 0a953e1 commit ef5c37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RabbitPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class RabbitPlayer extends React.Component {
new RabbitLyrics({
element: this.textRef.current,
mediaElement: this.mediaRef.current,
height: 800,
height: 700,
});
this.prevLyrics = this.props.lyrics;
}
Expand All @@ -78,7 +78,7 @@ export default class RabbitPlayer extends React.Component {
new RabbitLyrics({
element: this.textRef.current,
mediaElement: this.mediaRef.current,
height: 800,
height: 700,
});
}
}
Expand Down

0 comments on commit ef5c37c

Please sign in to comment.