Skip to content

Commit

Permalink
feat: add tooltip to MiniLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Chan authored and rjfc committed Jan 17, 2023
1 parent 26269c5 commit 4890ca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/components/Loader/Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const MiniLoader = props => {
className={miniLoaderStyles.miniLoader}
hidden={props.hidden}
stopped={stopped}
onTransitionEnd={() => setStopped("")}>
onTransitionEnd={() => setStopped("")}
title="Checking for new bugs...">
<span>Refreshing...</span>
</div>
);
Expand Down

0 comments on commit 4890ca0

Please sign in to comment.