28 |
{isLocalParticipant ? `${author} (You)` : author}
29 |
{dateCreated}
30 |
31 | );
32 | }
33 |
--------------------------------------------------------------------------------
/apps/web/src/icons/BackArrowIcon.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 | export default function BackArrowIcon() {
4 | return (
5 |