diff --git a/public/images/316.png b/public/images/316.png new file mode 100644 index 00000000..3df033e4 Binary files /dev/null and b/public/images/316.png differ diff --git a/public/images/316_mobile.png b/public/images/316_mobile.png new file mode 100644 index 00000000..98a73fe1 Binary files /dev/null and b/public/images/316_mobile.png differ diff --git a/src/features/ProfileHeader/index.tsx b/src/features/ProfileHeader/index.tsx index 3496c978..6305c24f 100644 --- a/src/features/ProfileHeader/index.tsx +++ b/src/features/ProfileHeader/index.tsx @@ -47,11 +47,10 @@ export const ProfileHeader = ({ sportType, } = usePageParams() - const url = '/images/5704' const color = useProfileColor(profileId) - const imageHeader = profileId === 5704 + const imageHeader = (profileId === 5704 || 316) && sportType === SportTypes.FOOTBALL - && profileType === ProfileTypes.TOURNAMENTS ? url : headerImage + && profileType === ProfileTypes.TOURNAMENTS ? `/images/${profileId}` : headerImage return (