Skip to content

Commit

Permalink
Merge branch 'prod' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs committed Dec 17, 2024
2 parents 2cee9e2 + 557dcaf commit ea7c034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/presentation/PlayerPresentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ea7c034

Please sign in to comment.