diff --git a/custom/fitness-demo/components/Call/Header.js b/custom/fitness-demo/components/Call/Header.js
index 2da7f90..38a6d0f 100644
--- a/custom/fitness-demo/components/Call/Header.js
+++ b/custom/fitness-demo/components/Call/Header.js
@@ -60,16 +60,16 @@ export const Header = () => {
participantCount === 1 ? 'participant' : 'participants'
}`}
+
+ {classType}
+ {capsuleLabel()}
+
{customCapsule && (
{customCapsule.variant === 'recording' && }
{customCapsule.label}
)}
-
- {classType}
- {capsuleLabel()}
-