Split up more scss and fix so arrow starts from under the icon

This commit is contained in:
Melvin Valster
2019-07-25 10:48:04 +02:00
parent f3de44dbae
commit 51da94721b
7 changed files with 89 additions and 99 deletions
-8
View File
@@ -19,14 +19,6 @@ interface Props {
}
const EMPTY_TALENTS = Map<number, number>()
// .set(30, 5)
// .set(26, 5)
// .set(34, 5)
// .set(28, 2)
// .set(27, 3)
// .set(33, 1)
// .set(29, 1)
// .set(32, 1)
export class Calculator extends React.PureComponent<Props> {
static whyDidYouRender = true