Changeset 3a783f2 for components/roulette/Sections.jsx
- Timestamp:
- 07/05/22 16:36:24 (2 years ago)
- Branches:
- main
- Children:
- 189cd8f
- Parents:
- b13f93b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/roulette/Sections.jsx
rb13f93b r3a783f2 1 1 import React from 'react' 2 import Ball from './Ball'; 2 3 3 4 import BetModal from './BetModal'; … … 19 20 <img id="rouletteWheelImg" src="/images/roulette-wheel.png" alt="Roulette wheel" style={{transform: 'translate(-50%, -50%)'}}/> 20 21 22 <Ball/> 23 21 24 <PlayersDisplay/> 22 25
Note:
See TracChangeset
for help on using the changeset viewer.