This commit is contained in:
Андрей Дувакин 2025-01-28 20:31:58 +05:00
parent 9614187cb7
commit 2ebf4af506
2 changed files with 2 additions and 1 deletions

1
1.py Normal file
View File

@ -0,0 +1 @@
print(8 % 7)

View File

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