mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
🎂 fix: birthday icon (#2950)
* fix: tooltip and birthday icon * chore: update conditional render --------- Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
37ae484fbc
commit
9f0c1914a5
2 changed files with 11 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ export default function BirthdayIcon({ className = '' }) {
|
|||
viewBox="0 0 233.33 290"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlnsXlink="http://www.w3.org/1999/xlink"
|
||||
className={cn('h-14 w-14', className)}
|
||||
className={cn('h-11 w-11', className)}
|
||||
>
|
||||
<defs>
|
||||
<linearGradient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue