style: Update Review Header formatting for Performances

This commit is contained in:
fullsizemalt 2025-12-21 22:02:30 -08:00
parent 16bacc29df
commit 060797a233

View file

@ -244,8 +244,7 @@ export default async function PerformanceDetailPage({ params }: { params: Promis
<EntityReviews
entityType="performance"
entityId={performance.id}
entityName={performance.song.title}
entityContext={formattedDate}
entityName={`${performance.song.title} - ${formattedDate}`}
/>
</SocialWrapper>
</div>