Merge branch 'working' of https://git.mistox.net/derek/boredcareers into working

This commit is contained in:
2025-08-10 21:33:12 -07:00
@@ -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){