diff --git a/.changeset/curvy-bikes-lick.md b/.changeset/curvy-bikes-lick.md new file mode 100644 index 0000000..eb2d1c0 --- /dev/null +++ b/.changeset/curvy-bikes-lick.md @@ -0,0 +1,5 @@ +--- +"@farcaster/auth-kit": patch +--- + +Fixed Farcaster SVG Logo missing `viewBox` property that led to incorrect logo render. diff --git a/packages/auth-kit/src/components/FarcasterLogo.tsx b/packages/auth-kit/src/components/FarcasterLogo.tsx index 40b916b..38f82d3 100644 --- a/packages/auth-kit/src/components/FarcasterLogo.tsx +++ b/packages/auth-kit/src/components/FarcasterLogo.tsx @@ -14,6 +14,7 @@ export function FarcasterLogo({ height={height} viewBox="0 0 22 20" fill="none" + viewBox="0 0 22 20" > Farcaster logo