Skip to content

Commit

Permalink
Fix issue #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
chubillkelvin committed Jun 23, 2021
1 parent 611de5f commit e84e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/Triangle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Triangle extends React.PureComponent<Props> {
render() {
const {size, color, direction} = this.props;
const directionMapper = {
up: "0",
up: "0deg",
down: "180deg",
left: "270deg",
right: "90deg",
Expand Down

0 comments on commit e84e41a

Please sign in to comment.