Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs committed Dec 18, 2024
1 parent 072251c commit 4f54284
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
Binary file added src/assets/presentation/browjey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/presentation/keliq_q.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/presentation/krabick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/presentation/praden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/presentation/unclebjorn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions src/pages/presentation/PlayerPresentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ import TimofeyImage from 'assets/presentation/timofey.png'
import VovapainImage from 'assets/presentation/pain.png'
import RoadhouseImage from 'assets/presentation/roadhouse.png'
import MelharucosImage from 'assets/presentation/melharucos.png'
import PradenImage from 'assets/presentation/praden.png'
import BrowjeyImage from 'assets/presentation/browjey.png'
import Keliq_qImage from 'assets/presentation/keliq_q.png'
import UncleBjornImage from 'assets/presentation/unclebjorn.png'
import KrabickImage from 'assets/presentation/krabick.png'

type PlayerContentType = {
image: string
Expand All @@ -25,19 +30,19 @@ const PlayersContent: { [k in PlayerUrl]: PlayerContentType } = {
funny_title: 'Тише едешь — дальше будешь',
nomination_title:
'Превосходство человеческого интеллекта над искусственным',
image: '',
image: BrowjeyImage,
video_link: '/uploads/browjey.mp4',
},
keliq_q: {
funny_title: 'He took the prize for style, not speed (most points)',
nomination_title: 'Больше всего пройдённых игр',
image: '',
image: Keliq_qImage,
video_link: '/uploads/keliQ_Q.mp4',
},
krabick: {
funny_title: 'Any% speedrun aukus',
nomination_title: 'Через тернии звёздам, минуя дропы и змейки',
image: '',
image: KrabickImage,
video_link: '/uploads/krabick2.mp4',
},
lasqa: {
Expand All @@ -61,7 +66,7 @@ const PlayersContent: { [k in PlayerUrl]: PlayerContentType } = {
praden: {
funny_title: 'Where he passed... A star fell there',
nomination_title: 'Тихий проходэн',
image: '',
image: PradenImage,
video_link: '/uploads/praden.mp4',
},
roadhouse: {
Expand All @@ -85,7 +90,7 @@ const PlayersContent: { [k in PlayerUrl]: PlayerContentType } = {
unclebjorn: {
funny_title: 'Unlucky in snakes-ladders — lucky in love',
nomination_title: 'Везунчик наоборот',
image: '',
image: UncleBjornImage,
video_link: '/uploads/unclebjorn3.mp4',
},
uselessmouth: {
Expand Down

0 comments on commit 4f54284

Please sign in to comment.