Skip to content

Commit

Permalink
(fix) add hover text for follow logs button
Browse files Browse the repository at this point in the history
  • Loading branch information
TP Honey committed Apr 7, 2022
1 parent b05a930 commit a15f473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/console/console.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const ConsoleHeader = (props) => {
<Button
className={cx('controls-logs-toggler')}
onClick={toggleFollowLogs}
title={shouldFollowLogs ? 'Stop following logs' : 'Follow logs'}
>
{shouldFollowLogs ? <PauseIcon /> : <PlayIcon />}
</Button>
Expand Down

0 comments on commit a15f473

Please sign in to comment.