mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:22:54 +00:00 
			
		
		
		
	Make webide "save" button match the "design"
This commit is contained in:
		@@ -12,9 +12,8 @@
 | 
			
		||||
  [(text)]="code"
 | 
			
		||||
  [(mode)]="language"
 | 
			
		||||
  [theme]="theme"
 | 
			
		||||
  class="mb-3 tfw-ace-editor"
 | 
			
		||||
  class="tfw-ace-editor"
 | 
			
		||||
>
 | 
			
		||||
 | 
			
		||||
</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