|  |  |  | @ -425,9 +425,9 @@ const Navbar = ({ | 
			
		
	
		
			
				
					|  |  |  |  |         {headerOptions?.qr ? ( | 
			
		
	
		
			
				
					|  |  |  |  |           <> | 
			
		
	
		
			
				
					|  |  |  |  |             <CopilotStep | 
			
		
	
		
			
				
					|  |  |  |  |               text="This is a hello world example!" | 
			
		
	
		
			
				
					|  |  |  |  |               text="با کلیک بر روی این بخش به قسمت اسکن کد QR بروید تا از محتوای دیجیتال کتاب خود استفاده کنید." | 
			
		
	
		
			
				
					|  |  |  |  |               order={1} | 
			
		
	
		
			
				
					|  |  |  |  |               name="hello" | 
			
		
	
		
			
				
					|  |  |  |  |               name="اسکن کد QR" | 
			
		
	
		
			
				
					|  |  |  |  |             > | 
			
		
	
		
			
				
					|  |  |  |  |               <CopilotView> | 
			
		
	
		
			
				
					|  |  |  |  |                 <Button | 
			
		
	
	
		
			
				
					|  |  |  | @ -622,7 +622,7 @@ const Navbar = ({ | 
			
		
	
		
			
				
					|  |  |  |  |             </CopilotStep> | 
			
		
	
		
			
				
					|  |  |  |  |             <View style={{ marginHorizontal: 5 }}></View> | 
			
		
	
		
			
				
					|  |  |  |  |             <CopilotStep | 
			
		
	
		
			
				
					|  |  |  |  |               text="This is a hello world example!!" | 
			
		
	
		
			
				
					|  |  |  |  |               text="با زدن این بخش وارد دنیای واقعیت افزوده شوید." | 
			
		
	
		
			
				
					|  |  |  |  |               order={2} | 
			
		
	
		
			
				
					|  |  |  |  |               name="helloo" | 
			
		
	
		
			
				
					|  |  |  |  |             > | 
			
		
	
	
		
			
				
					|  |  |  | @ -761,6 +761,15 @@ const component = copilot({ | 
			
		
	
		
			
				
					|  |  |  |  |     skip: "رد کردن", | 
			
		
	
		
			
				
					|  |  |  |  |     finish: "پایان", | 
			
		
	
		
			
				
					|  |  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |  |   tooltipStyle : { | 
			
		
	
		
			
				
					|  |  |  |  |     fontFamily : 'regular', | 
			
		
	
		
			
				
					|  |  |  |  |     fontSize : 40, | 
			
		
	
		
			
				
					|  |  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |  |   textStyle : { | 
			
		
	
		
			
				
					|  |  |  |  |     fontFamily : 'regular', | 
			
		
	
		
			
				
					|  |  |  |  |     fontSize : 40 | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  |   
 | 
			
		
	
		
			
				
					|  |  |  |  | })(Navbar); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | export default connect(mapStateToProps, mapDispatchToProps)(component); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |