fix(icons): fix typo in index.tsx
HugginFaceIcon -> HuggingFaceIcon
This commit is contained in:
parent
c609c19a75
commit
7cbba9eede
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React, { forwardRef } from "react";
|
||||
import { ReactComponent as HugginFaceSVG } from "./hf-logo.svg";
|
||||
|
||||
export const HugginFaceIcon = forwardRef<
|
||||
export const HuggingFaceIcon = forwardRef<
|
||||
SVGSVGElement,
|
||||
React.PropsWithChildren<{}>
|
||||
>((props, ref) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue