Skip to content

Commit

Permalink
Update app.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Jun 20, 2024
1 parent 0a5ff63 commit 97b5cda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ <h1>
<div class="row">
<div class="col-md-12 col-lg-6">
<section class="translator-text-container">
<!--Toolbar-->
<div class="d-flex lang-selector-bar">
<fluent-select title="Source language" formControlName="sourceLanguage" ngDefaultControl>
<fluent-option *ngFor="let c of languageList" [value]="c.Code">{{ c.Name }}</fluent-option>
Expand All @@ -30,7 +29,6 @@ <h1>
<fluent-option *ngFor="let c of languageList" [value]="c.Code">{{ c.Name }}</fluent-option>
</fluent-select>
</div>
<!--Textare-->
<div>
<fluent-text-area (keydown)="handleKeyDown($event)" class="source-text" formControlName="sourceText"
name="sourceText" ngDefaultControl placeholder="Enter text" maxlength="{{ maxTextLength }}" rows="10"
Expand Down

0 comments on commit 97b5cda

Please sign in to comment.