diff --git a/client/src/assets/icons/top-contributor-badge-emblem.tsx b/client/src/assets/icons/top-contributor-badge-emblem.tsx index c15ea1096a1..d0c2a7e8923 100644 --- a/client/src/assets/icons/top-contributor-badge-emblem.tsx +++ b/client/src/assets/icons/top-contributor-badge-emblem.tsx @@ -1,6 +1,6 @@ import React from 'react'; -function TopContibutorBadgeEmblem( +function TopContributorBadgeEmblem( props: JSX.IntrinsicAttributes & React.SVGProps ): JSX.Element { return ( @@ -419,6 +419,6 @@ function TopContibutorBadgeEmblem( ); } -TopContibutorBadgeEmblem.displayName = 'TopContibutorBadgeEmblem'; +TopContributorBadgeEmblem.displayName = 'TopContributorBadgeEmblem'; -export default TopContibutorBadgeEmblem; +export default TopContributorBadgeEmblem; diff --git a/client/src/components/profile/components/camper.tsx b/client/src/components/profile/components/camper.tsx index 4c230a72c55..bd606516b2d 100644 --- a/client/src/components/profile/components/camper.tsx +++ b/client/src/components/profile/components/camper.tsx @@ -5,7 +5,7 @@ import type { User } from '../../../redux/prop-types'; import { FullWidthRow } from '../../helpers'; import './camper.css'; import SupporterBadgeEmblem from '../../../assets/icons/supporter-badge-emblem'; -import TopContibutorBadgeEmblem from '../../../assets/icons/top-contributor-badge-emblem'; +import TopContributorBadgeEmblem from '../../../assets/icons/top-contributor-badge-emblem'; import Bio from './bio'; export type CamperProps = { @@ -56,7 +56,7 @@ function Camper({ {isTopContributor && (
- +

{t('profile.contributor')}