._.
This commit is contained in:
parent
9614187cb7
commit
2ebf4af506
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user