From b204c1744bb027c06785460f5bee5a8f847fc968 Mon Sep 17 00:00:00 2001 From: Marin Date: Sun, 12 Nov 2023 22:49:33 +0100 Subject: [PATCH] Fix build & tailwind regex for grid cols & rows patterns --- .../corsica/analyse/{Context => context}/ActiveChartPoint.tsx | 0 app/projects/mtts/scale-builder/components/PianoKey.tsx | 1 - package.json | 1 + tailwind.config.js | 3 ++- 4 files changed, 3 insertions(+), 2 deletions(-) rename app/projects/corsica/analyse/{Context => context}/ActiveChartPoint.tsx (100%) diff --git a/app/projects/corsica/analyse/Context/ActiveChartPoint.tsx b/app/projects/corsica/analyse/context/ActiveChartPoint.tsx similarity index 100% rename from app/projects/corsica/analyse/Context/ActiveChartPoint.tsx rename to app/projects/corsica/analyse/context/ActiveChartPoint.tsx diff --git a/app/projects/mtts/scale-builder/components/PianoKey.tsx b/app/projects/mtts/scale-builder/components/PianoKey.tsx index 8a7025a..084fd93 100644 --- a/app/projects/mtts/scale-builder/components/PianoKey.tsx +++ b/app/projects/mtts/scale-builder/components/PianoKey.tsx @@ -4,7 +4,6 @@ import classNames from 'classnames' import { COLOR, getNoteColor } from '../helpers/getNoteColor' export default function PianoKey({ scale, note }: PianoKeyComponentProps) { - console.log(scale, note) return