Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyrobot committed Nov 21, 2024
1 parent d844f3f commit 13bd63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/floatingButton/FloatingButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const FloatingButton = ({ isOpen, setIsOpen }) => {
<img src={icon} alt="Icon" />
)}
{showButtonLabel ? (
<span className="floating-button-label">TEST2 {labels.floatingButton}</span>
<span className="floating-button-label">{labels.floatingButton}</span>
) : null}
</a>
)
Expand Down

0 comments on commit 13bd63f

Please sign in to comment.