From bbda50ed0d1b6f7aba29f4a3028b7eeead8463fb Mon Sep 17 00:00:00 2001 From: Forge <28455546+forge34@users.noreply.github.com> Date: Sat, 7 Jun 2025 22:36:43 +0300 Subject: [PATCH] fix(client): typo in top contributer badge component (#60765) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- client/src/assets/icons/top-contributor-badge-emblem.tsx | 6 +++--- client/src/components/profile/components/camper.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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')}