Skip to content

Commit 678d15d

Browse files
author
Jamie Bertram
committed
Add Eq for CORRECT Icon
1 parent ad3face commit 678d15d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Component/Icons.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ data Icon
6363
| Timer
6464
| Tutorials
6565

66+
derive instance eqIcon :: Eq Icon
67+
6668
content :: Icon -> String
6769
content Add = "add"
6870

0 commit comments

Comments
 (0)