Skip to content

Commit

Permalink
Update Text.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk authored Jan 4, 2025
1 parent 9eb3174 commit 6049ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenAI/components/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => {
height={size}
ref={ref}
style={{ flex: 'none', lineHeight: 1, ...style }}
viewBox="0 0 84 24"
viewBox="0 0 105 24"
xmlns="http://www.w3.org/2000/svg"
{...rest}
>
Expand Down

0 comments on commit 6049ec0

Please sign in to comment.