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"> <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){