fix(icons): fix typo in index.tsx

HugginFaceIcon -> HuggingFaceIcon
This commit is contained in:
Ikko Eltociear Ashimine 2023-07-11 02:34:35 +09:00 committed by GitHub
commit 7cbba9eede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {