| 
					
				 | 
			
			
				@@ -61,7 +61,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         props.type === 'ACTIVATING' || 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         props.type === 'ACTIVATING-TWO' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        title = getAssetsHomeFile('title2.png'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        title = getAssetsHomeFile('title4.png'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         icon = getAssetsHomeFile('brid1.png'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else if (props.type === 'EXPIRED') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         title = getAssetsHomeFile('title1.png'); 
			 |