Skip to content

Commit

Permalink
New project plus icon (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jan 7, 2023
1 parent b46878e commit 4f64010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ <h5 class="modal-title" id="modal-basic-title">Add new project</h5>
<div class="settings">
<button *ngIf="topMenu === false" class="btn jtl-btn-primary btn-sm jtl-no-glow" (click)="open(content)"> Add project</button>
<div class="spacer">
<button ngbDropdownItem *ngIf="topMenu === true" class="btn btn-sm text-left dropdown-new-project" (click)="open(content)">New Project</button>
<button ngbDropdownItem *ngIf="topMenu === true" class="btn btn-sm text-left dropdown-new-project" (click)="open(content)"> <i class="fas fa-plus"></i> New Project</button>
</div>
</div>

0 comments on commit 4f64010

Please sign in to comment.