mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-17 16:27:59 +00:00
add button to go back to start if render fails
This commit is contained in:
@@ -28,14 +28,6 @@ export const GridItemContainer = styled.div<{
|
||||
grid-area: ${(props) => props.$gridArea};
|
||||
`;
|
||||
|
||||
export const SettingsButtonContainer = styled.div`
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 9;
|
||||
`;
|
||||
|
||||
type CountersProps = {
|
||||
players: Player[];
|
||||
onPlayerChange: (updatedPlayer: Player) => void;
|
||||
|
||||
Reference in New Issue
Block a user