working #27

Merged
derek merged 11 commits from working into main 2025-08-11 21:28:31 -07:00
Showing only changes of commit 07fca50876 - Show all commits
@@ -1,8 +1,8 @@
<div class="top-bar">
@for(company of Employers; track company.accountID){
<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 class="content-frame">
@if(Comp != null){