From 7fcb74a2bfa3c97dc0b1316d2938a83dc69efa48 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 31 May 2023 11:08:54 +0100 Subject: [PATCH] Fixing file name issue --- src/app/components/{button.tsx => Buttons.tsx} | 1 + src/app/components/plan/PartModal.tsx | 2 +- src/app/components/property/EditEpcTargetModal.tsx | 2 +- src/app/components/property/PartModal.tsx | 2 +- src/app/portfolio/[slug]/property/[lmkKey]/page.tsx | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) rename src/app/components/{button.tsx => Buttons.tsx} (94%) diff --git a/src/app/components/button.tsx b/src/app/components/Buttons.tsx similarity index 94% rename from src/app/components/button.tsx rename to src/app/components/Buttons.tsx index 59bd3e4..7da4ab2 100644 --- a/src/app/components/button.tsx +++ b/src/app/components/Buttons.tsx @@ -7,6 +7,7 @@ export function TanButton({ label: string; onClick: Dispatch>; }) { + // General tan colored button return (