Skip to content

Commit

Permalink
updated styling for Tour Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanel Henley committed Dec 17, 2024
1 parent 47fe218 commit 259635a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Tour/TourButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const TourButton = () => {

return (
<button onClick={() => dispatch(tourShown())} className="a-btn tour-button">
{getIcon('help-round')} Take a tour
{getIcon('help-round')}
<span>Take a tour</span>
</button>
);
};

0 comments on commit 259635a

Please sign in to comment.