mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
feat: show icon within model select menu
fix: use icon for gptCustom
This commit is contained in:
parent
54aa9debb4
commit
5d0b849930
7 changed files with 80 additions and 56 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import React from 'react';
|
||||
|
||||
export default function BingIcon() {
|
||||
export default function BingIcon({ size=25 }) {
|
||||
return (
|
||||
<svg
|
||||
width="25"
|
||||
height="25"
|
||||
width={size}
|
||||
height={size}
|
||||
viewBox="0 0 56 56"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue