Fix placement of button

This commit is contained in:
Derek Holloway
2025-08-08 13:24:35 -07:00
parent 9630147a79
commit 53a1fd45a2
@@ -1,8 +1,8 @@
<div class="top-bar"> <div class="top-bar">
@for(company of Employers; track company.accountID){ @for(company of Employers; track company.accountID){
<button (click)="changeSelectedCompany(company.company.id!)">{{ company.company.name.toUpperCase() }}</button> <button (click)="changeSelectedCompany(company.company.id!)">{{ company.company.name.toUpperCase() }}</button>
<button routerLink="/company/editor" >CONNECT A COMPANY</button>
} }
<button routerLink="/company/editor" >CONNECT A COMPANY</button>
</div> </div>
<div class="content-frame"> <div class="content-frame">
@if(Comp != null){ @if(Comp != null){