From 557dcaf86f35913c81a75b651a7ab965fb90d4da Mon Sep 17 00:00:00 2001 From: olegsvs Date: Tue, 17 Dec 2024 14:23:19 +0300 Subject: [PATCH] Update titles --- src/pages/presentation/PlayerPresentation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/presentation/PlayerPresentation.tsx b/src/pages/presentation/PlayerPresentation.tsx index 577ece8..df84fd4 100644 --- a/src/pages/presentation/PlayerPresentation.tsx +++ b/src/pages/presentation/PlayerPresentation.tsx @@ -22,14 +22,14 @@ type PlayerContentType = { const PlayersContent: { [k in PlayerUrl]: PlayerContentType } = { browjey: { - funny_title: 'He took the prize for style, not speed (most points)', + funny_title: 'Тише едешь — дальше будешь', nomination_title: 'Превосходство человеческого интеллекта над искусственным', image: '', video_link: '/uploads/browjey.mp4', }, keliq_q: { - funny_title: 'Тише едешь — дальше будешь', + funny_title: 'He took the prize for style, not speed (most points)', nomination_title: 'Больше всего пройдённых игр', image: '', video_link: '/uploads/keliQ_Q.mp4',