Make the logo larger

This commit is contained in:
Tat Dat Duong
2025-03-04 15:43:35 +01:00
parent 992622ae83
commit 702147d3a8
2 changed files with 22 additions and 18 deletions

View File

@@ -1,4 +1,12 @@
export function LangGraphLogoSVG({ width = 20, height = 20 }) {
export function LangGraphLogoSVG({
className,
width,
height,
}: {
width?: number;
height?: number;
className?: string;
}) {
return (
<svg
width={width}
@@ -6,6 +14,7 @@ export function LangGraphLogoSVG({ width = 20, height = 20 }) {
viewBox="0 0 98 51"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className={className}
>
<path
fillRule="evenodd"