mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 09:22:56 +00:00 
			
		
		
		
	Make webide "save" button match the "design"
This commit is contained in:
		@@ -12,9 +12,8 @@
 | 
				
			|||||||
  [(text)]="code"
 | 
					  [(text)]="code"
 | 
				
			||||||
  [(mode)]="language"
 | 
					  [(mode)]="language"
 | 
				
			||||||
  [theme]="theme"
 | 
					  [theme]="theme"
 | 
				
			||||||
  class="mb-3 tfw-ace-editor"
 | 
					  class="tfw-ace-editor"
 | 
				
			||||||
>
 | 
					>
 | 
				
			||||||
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<button (click)="sendCode()" type="submit" class="btn btn-primary">Save</button>
 | 
					<button (click)="sendCode()" type="submit" class="btn btn-secondary">Save</button>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user