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 9beb3a3 + 37bf3d5 commit 2cee9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/assets/presentation/melharucos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/pages/presentation/PlayerPresentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import SegallImage from 'assets/presentation/segall.png'
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'

type PlayerContentType = {
image: string
Expand Down Expand Up @@ -54,7 +55,7 @@ const PlayersContent: { [k in PlayerUrl]: PlayerContentType } = {
melharucos: {
funny_title: 'Eternal Tsukuyomi consisting of JRPG',
nomination_title: 'Преданный фанат восточной культуры',
image: '',
image: MelharucosImage,
video_link: '/uploads/melharucos2.mp4',
},
praden: {
Expand Down

0 comments on commit 2cee9e2

Please sign in to comment.