Skip to content

Commit

Permalink
Add Eq for CORRECT Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jan 11, 2022
1 parent ad3face commit 678d15d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Component/Icons.purs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ data Icon
| Timer
| Tutorials

derive instance eqIcon :: Eq Icon

content :: Icon -> String
content Add = "add"

Expand Down

0 comments on commit 678d15d

Please sign in to comment.