Skip to content

Commit

Permalink
Merge pull request #66 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
fix branch
  • Loading branch information
CarlosNasayo authored Apr 24, 2024
2 parents e767f2e + 78163a7 commit 3531c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/src/components/sliderYear/SliderYear.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function SliderYear({ step, min, max, value, onChange }) {
return (
<div>
<p className="mb-1">{t("data.filter")}</p>

<Row >
<Col className="col-4 col-lg-2">
<label className="mb-1 d-flex aling-items-center" htmlFor="min"><IconCalendarTime stroke={1} className="me-2"/>Start:</label>
Expand Down

0 comments on commit 3531c65

Please sign in to comment.