diff --git a/src/Pages/Play/Play.tsx b/src/Pages/Play/Play.tsx index 0d2f12e..66bbccf 100644 --- a/src/Pages/Play/Play.tsx +++ b/src/Pages/Play/Play.tsx @@ -69,8 +69,7 @@ export default function Play():React.ReactElement{ //Page Renders the piano, if the width is to small, it renders "Screen Width to small" //Rendering the components to handle playing management, and component to handle the piano return ( -
- {width_height.width < 500 &&

PLEASE ROTATE THE DEVICE, SCREEN WIDTH CURRENTLY IS TO SMALL TOO DISPLAY PIANO

} +
{player && }