From ca275723db38934f00af5a9d2c9ab4adefd93e3f Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Wed, 15 Apr 2026 01:16:29 +0200 Subject: [PATCH] fix: use consistent text-body-1 text-disabled for timestamps Replace custom text-caption span with the standard

pattern used across all other pages in the codebase. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/app/src/pages/organisation/index.vue | 4 ++-- apps/app/src/pages/platform/organisations/[id].vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/app/src/pages/organisation/index.vue b/apps/app/src/pages/organisation/index.vue index f8509210..2c68f974 100644 --- a/apps/app/src/pages/organisation/index.vue +++ b/apps/app/src/pages/organisation/index.vue @@ -234,10 +234,10 @@ function confirmRevokeInvitation() { {{ organisation.billing_status.charAt(0).toUpperCase() + organisation.billing_status.slice(1) }} - +

Aangemaakt op {{ formatDate(organisation.created_at) }} · Gewijzigd op {{ formatDate(organisation.updated_at) }} - +

- +

Aangemaakt op {{ formatDate(org.created_at) }} · Gewijzigd op {{ formatDate(org.updated_at) }} - +