Skip to content

Commit

Permalink
add dates disclaimer (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaplan-dev authored Jun 12, 2024
1 parent 7f936cd commit 14fed0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LineGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export const LineGraph: React.FunctionComponent<LineGraphProps> = ({ line: selec
}}
/>
</div>
<div className="text-xs italic">* dates subject to change</div>
</div>
);
};

0 comments on commit 14fed0b

Please sign in to comment.