Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
revert(icon): change icon back to exclamation and resize
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Jun 10, 2019
1 parent 2554b9b commit fb77edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/visualization/d3-viz/setup-annotations.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const setupAnnotations = ({packedData, annotationRoot}) =>{
.append('text')
.classed('svg-icon', true)
.classed('nag', true)
.style('font-size', (d) => (3 * d.height * fontScale) + "%")
.style('font-size', (d) => (4 * d.height * fontScale) + "%")
.text('\uf06a');//font-awesome

annotations
Expand Down

0 comments on commit fb77edd

Please sign in to comment.