Skip to content

Commit

Permalink
feat: add small hint to click
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Jun 19, 2024
1 parent 8a77636 commit f5b3817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ const Home = async () => {
lastTimeReseted={dataHealthyCounter.resetedAt}
currentCouterValue={dataHealthyCounter.currentValue}
/>
<p className="text-sm text-muted-foreground">
Click dates to see the details.
</p>
</div>
<div className="flex flex-col items-center justify-center"></div>
</main>
Expand Down

0 comments on commit f5b3817

Please sign in to comment.