Skip to content

Commit

Permalink
any-science: add any to science filters
Browse files Browse the repository at this point in the history
  • Loading branch information
krtko1 committed Sep 19, 2023
1 parent 3ee955c commit 2721717
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const CONSTANTS = {
'fyz': 'FYZ',
'inf': 'INF',
'other': 'iné',
'any': 'všetky',
},
colors: {
'red': '#E53E3E',
Expand All @@ -35,6 +36,7 @@ const CONSTANTS = {
'fyz': 'orange',
'inf': 'green',
'other': 'red',
'any': 'red',
},
}

Expand Down

0 comments on commit 2721717

Please sign in to comment.