| 
														
															@@ -301,7 +301,7 @@ const MatchPrediction = ({ selectedDayMatches, currentUser }) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   onClick={() => handleWinTeamSelect(match._id, "draw")} 
														 | 
														
														 | 
														
															                   onClick={() => handleWinTeamSelect(match._id, "draw")} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 > 
														 | 
														
														 | 
														
															                 > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   <div className="w-10 h-10 mb-2"> 
														 | 
														
														 | 
														
															                   <div className="w-10 h-10 mb-2"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    <Image 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <img 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                       src="/images/draw_flag.png" 
														 | 
														
														 | 
														
															                       src="/images/draw_flag.png" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                       width={40} 
														 | 
														
														 | 
														
															                       width={40} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                       height={40} 
														 | 
														
														 | 
														
															                       height={40} 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -358,7 +358,7 @@ const MatchPrediction = ({ selectedDayMatches, currentUser }) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   </span> 
														 | 
														
														 | 
														
															                   </span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   {selectedFirstTeamToScoreOfMatch[match._id] || 
														 | 
														
														 | 
														
															                   {selectedFirstTeamToScoreOfMatch[match._id] || 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   firstTeamToScore ? ( 
														 | 
														
														 | 
														
															                   firstTeamToScore ? ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    <Image 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <img 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                       src={ 
														 | 
														
														 | 
														
															                       src={ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         selectedFirstTeamToScoreOfMatch[match._id]?.logo || 
														 | 
														
														 | 
														
															                         selectedFirstTeamToScoreOfMatch[match._id]?.logo || 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         firstTeamToScoreLogo 
														 | 
														
														 | 
														
															                         firstTeamToScoreLogo 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -545,7 +545,7 @@ const TeamCard = ({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       onClick={onClick} 
														 | 
														
														 | 
														
															       onClick={onClick} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     > 
														 | 
														
														 | 
														
															     > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <div className="w-10 h-10"> 
														 | 
														
														 | 
														
															       <div className="w-10 h-10"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <Image 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <img 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           src={logoUrl} 
														 | 
														
														 | 
														
															           src={logoUrl} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           width={40} 
														 | 
														
														 | 
														
															           width={40} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           height={40} 
														 | 
														
														 | 
														
															           height={40} 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -575,7 +575,7 @@ const TeamOption = ({ logoUrl, name, isSelected, onSelect }) => ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     onClick={onSelect} 
														 | 
														
														 | 
														
															     onClick={onSelect} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   > 
														 | 
														
														 | 
														
															   > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     <div className="flex items-center"> 
														 | 
														
														 | 
														
															     <div className="flex items-center"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      <Image 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      <img 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         src={logoUrl} 
														 | 
														
														 | 
														
															         src={logoUrl} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         width={30} 
														 | 
														
														 | 
														
															         width={30} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         height={30} 
														 | 
														
														 | 
														
															         height={30} 
														 |