Ignore:
Timestamp:
07/05/22 16:36:24 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
189cd8f
Parents:
b13f93b
Message:

Finished poker and added ball to roulette

Location:
components/roulette
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • components/roulette/Sections.jsx

    rb13f93b r3a783f2  
    11import React from 'react'
     2import Ball from './Ball';
    23
    34import BetModal from './BetModal';
     
    1920        <img id="rouletteWheelImg" src="/images/roulette-wheel.png" alt="Roulette wheel" style={{transform: 'translate(-50%, -50%)'}}/>
    2021
     22        <Ball/>
     23
    2124        <PlayersDisplay/>
    2225
Note: See TracChangeset for help on using the changeset viewer.