This commit is contained in:
Андрей Дувакин 2025-01-28 19:14:24 +05:00
parent 65853cf759
commit 299cb476a6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -75,7 +75,7 @@ const Calendar = () => {
{day}
{getBirthdaysForDay(day).length > 0 && (
<div className="birthday-icon">
<img src={"/img.png"} alt={""} width="30px"/>
<img src={"/img.png"} alt={""} width="25x"/>
<div className="tooltip">
{getBirthdaysForDay(day).map(user => (
<div key={user.id}>{user.last_name} {user.first_name}</div>