Browse Source

Merge branch 'stage' of gitlab.work-jetup.site:task-me/rws-web-app into stage

pull/25/head
Vitalik 8 months ago
parent
commit
a94e43f445
  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