Skip to content

Commit

Permalink
fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Sep 12, 2023
1 parent 7ff9e54 commit c0e23e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/layout/LandingChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ export default function LandingChart({
this.chart.plotTop + this.chart.plotHeight,
])
.attr({
stroke: "#fff",
stroke: "rgba(205, 216, 211, 1)",
"stroke-width": "1px",
"stroke-linejoin": "round",
Expand Down Expand Up @@ -301,7 +300,6 @@ export default function LandingChart({
this.chart.plotTop + this.chart.plotHeight,
])
.attr({
stroke: "#fff",
stroke: "rgba(205, 216, 211, 1)",
"stroke-width": "1px",
"stroke-linejoin": "round",
Expand Down

0 comments on commit c0e23e8

Please sign in to comment.