Browse Source

FIX | text tooltip|send-notifications widget (#20)

Reviewed-on: #20
Co-authored-by: Eduard Makarov <eduard.makarov.jetup@gmail.com>
Co-committed-by: Eduard Makarov <eduard.makarov.jetup@gmail.com>
pull/21/head
Eduard Makarov 8 months ago committed by Vitalik Yatsenko
parent
commit
d99a124101
  1. 35536
      package-lock.json
  2. 2
      src/widgets/send-notifications/atoms/button.tsx

35536
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
src/widgets/send-notifications/atoms/button.tsx

@ -8,7 +8,7 @@ interface IProps { @@ -8,7 +8,7 @@ interface IProps {
}
export const ButtonAtom: FC<IProps> = ({ onClick }) => {
return (
<Tooltip title={"Створити сповіщення"} key={"notification"}>
<Tooltip title={"Надіслати пуш-сповіщення"} key={"notification"}>
<button className={styles.button} onClick={onClick}>
<img src={bellSvg} alt="bell" />
</button>

Loading…
Cancel
Save