Rename companies to partners and update UI
All checks were successful
Staging Build / build (push) Successful in 2m44s

This commit is contained in:
DanielS
2026-06-24 22:29:51 +02:00
parent 7a14aa0f75
commit 4e86ad7a9d
5 changed files with 237 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ export default function CompaniesPage() {
const data = await getCompanies()
setCompanies(data)
} catch (err) {
console.error('Fehler beim Laden der Firmen:', err)
console.error('Fehler beim Laden der Partner:', err)
} finally {
setLoading(false)
}