mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 12:15:13 +00:00
Add next button for instructions and finally the terminal is responsive
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
<div class="tfw-messages-main">
|
||||
<h5>Instructions</h5>
|
||||
<div class="tfw-grid-messages-header">
|
||||
<div class="tao-grid-top-left"><span>Instructions</span></div>
|
||||
<div class="tao-grid-center-right"><button class="tao-btn-rainbow">Next</button></div>
|
||||
</div>
|
||||
<div class="tfw-grid-message" *ngFor="let message of messages.slice().reverse()">
|
||||
<div class="tfw-grid-message-header">
|
||||
<img class="tao-grid-center-left" src="images/avataobot.svg"/>
|
||||
|
Reference in New Issue
Block a user