Skip to content

Commit

Permalink
Update src/nft/components/icons.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Zoltu <[email protected]>
  • Loading branch information
KillariDev and MicahZoltu authored Jan 24, 2024
1 parent e0b40ae commit 90aa31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nft/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type SVGProps = React.SVGProps<SVGSVGElement> & {
gradientId?: string
}

export const HorsIcon = (props: SVGProps) => (
export const HorIcon = (props: SVGProps) => (
<svg {...props} fill="none" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
Expand Down

0 comments on commit 90aa31e

Please sign in to comment.