|  |  |  | @ -8,11 +8,11 @@ const DateTime = () => { | 
			
		
	
		
			
				
					|  |  |  |  |     <div className="flex flex-col"> | 
			
		
	
		
			
				
					|  |  |  |  |       {/* ? time */} | 
			
		
	
		
			
				
					|  |  |  |  |       <div className="flex flex-row items-center mb-2"> | 
			
		
	
		
			
				
					|  |  |  |  |         <span className="text-xs ml-2 text-[#0F0543] ">ساعت</span> | 
			
		
	
		
			
				
					|  |  |  |  |         <CurrentTime color={"text-[#2A527A]"} fontSize={"text-xs"} /> | 
			
		
	
		
			
				
					|  |  |  |  |         <span className="text-sm ml-2 text-[#0F0543] ">ساعت</span> | 
			
		
	
		
			
				
					|  |  |  |  |         <CurrentTime color={"text-[#2A527A]"} fontSize={"text-sm"} /> | 
			
		
	
		
			
				
					|  |  |  |  |       </div> | 
			
		
	
		
			
				
					|  |  |  |  |       {/* ? date */} | 
			
		
	
		
			
				
					|  |  |  |  |       <CurrentDateShamsi color={"text-[#2A527A]"} fontSize={"text-xs"} /> | 
			
		
	
		
			
				
					|  |  |  |  |       <CurrentDateShamsi color={"text-[#2A527A]"} fontSize={"text-sm"} /> | 
			
		
	
		
			
				
					|  |  |  |  |     </div> | 
			
		
	
		
			
				
					|  |  |  |  |   ); | 
			
		
	
		
			
				
					|  |  |  |  | }; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |