diff --git a/js/src/pages/stream-player-page.tsx b/js/src/pages/stream-player-page.tsx index 6361975..43833a5 100644 --- a/js/src/pages/stream-player-page.tsx +++ b/js/src/pages/stream-player-page.tsx @@ -241,8 +241,8 @@ export function StreamPlayerPage() { {/* Top center overlay for particle author avatar and name */} -
-
+
+
{currentParticle && ( @@ -253,8 +253,10 @@ export function StreamPlayerPage() { )} - + {currentParticle?.created_by_email.split("@")[0]} + · + {stream.name}
@@ -262,21 +264,10 @@ export function StreamPlayerPage() { {/* Bottom overlay: stream info + reply */}
- {currentParticle && ( - - - {currentParticle.created_by_email - .split("@")[0] - .slice(0, 2) - .toUpperCase()} - - - )} - - {stream.name} - · - {currentParticle?.created_by_email.split("@")[0]} - +
+ _this is a placeholder for captions_ +
+