website/src/views/tetris/overlays/TetrisLogo.tsx
Function TetrisLogo
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TetrisLogo: React.FC = () => {
// Create the diagonal bands by offsetting the color using line and char index
// Make the bands move by offsetting the color using time
const currentTime = useCurrentTime(INTERVAL);
const timeOffset = Math.round(currentTime.getTime() / INTERVAL);