._.
This commit is contained in:
parent
65853cf759
commit
299cb476a6
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 21 KiB |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user