Center the clock in the executive meetings header

Modify `artifacts/tx-os/src/pages/executive-meetings.tsx` to absolutely position the HeaderClock component, centering it within the header row.
This commit is contained in:
Riyadh
2026-05-05 09:54:06 +00:00
parent bcdbdfb850
commit 696c4d0a9c
@@ -912,10 +912,7 @@ function ExecutiveMeetingsPageInner() {
<div className="flex-1" />
<div
className="hidden sm:flex pointer-events-none absolute inset-x-0 top-0 bottom-0 items-center justify-center print:hidden"
aria-hidden="false"
>
<div className="hidden sm:flex pointer-events-none absolute inset-x-0 top-0 bottom-0 items-center justify-center print:hidden">
<div className="pointer-events-auto">
<HeaderClock lang={lang} />
</div>