Skip to content

Commit

Permalink
fix: remove duplicate viewBox prop (#187)
Browse files Browse the repository at this point in the history
## Motivation

Describe why this issue should be fixed and link to any relevant design
docs, issues or other relevant items.

## Change Summary

Describe the changes being made in 1-2 concise sentences.

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [ ] PR has a changeset
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [x] PR includes documentation if necessary
- [x] All commits have been signed

## Additional Context

If this is a relatively large or complex change, provide more details
here that will help reviewers
  • Loading branch information
horsefacts authored Aug 14, 2024
1 parent 9d4371f commit 779cff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth-kit/src/components/FarcasterLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function FarcasterLogo({
height={height}
viewBox="0 0 22 20"
fill="none"
viewBox="0 0 22 20"
>
<title>Farcaster logo</title>
<g fill={fillColor[fill]} clipPath="url(#a)">
Expand Down

0 comments on commit 779cff6

Please sign in to comment.