Skip to content

Commit

Permalink
update gangs images
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed May 22, 2024
1 parent d0f899a commit bad4ecf
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified web/public/images/events/gang/3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/images/events/gang/4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/images/events/gang/5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/images/events/gang/6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/end.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const EndContent = ({ game }: { game: GameClass }) => {
icon={<HustlerIcon hustler={game.gameInfos.hustler_id as Hustlers} w="24px" h="24px" />}
/>
<Divider borderColor="neon.600" />
<StatsItem text={`${position}th place`} icon={<Trophy />} />
<StatsItem text={`Rank ${position}`} icon={<Trophy />} />

<Divider borderColor="neon.600" />
{/* <StatsItem text={`Day ${game.player.turn}`} icon={<Calendar />} /> */}
Expand Down

0 comments on commit bad4ecf

Please sign in to comment.