Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Feb 15, 2024
1 parent a53357e commit 599415d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/containers/font-dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class FontDropdown extends React.Component {
'handleChangeFontPlayful',
'handleChangeFontBubbly',
'handleChangeFontHandjet',
'handleChangeFontComic',
// 'handleChangeFontLucky',
'handleChangeFontTechnological',
'handleChangeFontBitsAndBytes',
Expand Down Expand Up @@ -249,11 +248,6 @@ class FontDropdown extends React.Component {
this.props.changeFont(Fonts.HANDJET);
}
}
handleChangeFontComic() {
if (this.dropDown.isOpen()) {
this.props.changeFont(Fonts.COMIC);
}
}
//handleChangeFontLucky() {
//if (this.dropDown.isOpen()) {
//this.props.changeFont(Fonts.LUCKY);
Expand Down Expand Up @@ -399,7 +393,6 @@ class FontDropdown extends React.Component {
onHoverPlayful={this.handleChangeFontPlayful}
onHoverBubbly={this.handleChangeFontBubbly}
onHoverHandjet={this.handleChangeFontHandjet}
onHoverComic={this.handleChangeFontComic}
// onHoverLucky={this.handleChangeFontLucky}
onHoverBitsAndBytes={this.handleChangeFontBitsAndBytes}
onHoverTechnological={this.handleChangeFontTechnological}
Expand Down

0 comments on commit 599415d

Please sign in to comment.