From 6cdb34f628a7aed7032a8b0440079370dc1b1abe Mon Sep 17 00:00:00 2001 From: Breno Date: Mon, 21 Oct 2024 06:16:46 -0300 Subject: [PATCH] Remove "Use" from component name --- .../Advantage.tsx | 0 .../{UseTheBestRealTimeCdc => TheBestRealTimeCdc}/index.tsx | 4 ++-- .../{UseTheBestRealTimeCdc => TheBestRealTimeCdc}/styles.ts | 0 src/pages/index.tsx | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/components/Homepage/{UseTheBestRealTimeCdc => TheBestRealTimeCdc}/Advantage.tsx (100%) rename src/components/Homepage/{UseTheBestRealTimeCdc => TheBestRealTimeCdc}/index.tsx (96%) rename src/components/Homepage/{UseTheBestRealTimeCdc => TheBestRealTimeCdc}/styles.ts (100%) diff --git a/src/components/Homepage/UseTheBestRealTimeCdc/Advantage.tsx b/src/components/Homepage/TheBestRealTimeCdc/Advantage.tsx similarity index 100% rename from src/components/Homepage/UseTheBestRealTimeCdc/Advantage.tsx rename to src/components/Homepage/TheBestRealTimeCdc/Advantage.tsx diff --git a/src/components/Homepage/UseTheBestRealTimeCdc/index.tsx b/src/components/Homepage/TheBestRealTimeCdc/index.tsx similarity index 96% rename from src/components/Homepage/UseTheBestRealTimeCdc/index.tsx rename to src/components/Homepage/TheBestRealTimeCdc/index.tsx index 4c47de46..84b494cc 100644 --- a/src/components/Homepage/UseTheBestRealTimeCdc/index.tsx +++ b/src/components/Homepage/TheBestRealTimeCdc/index.tsx @@ -14,7 +14,7 @@ import { Wrapper, } from './styles'; -const UseTheBestRealTimeCdc = () => { +const TheBestRealTimeCdc = () => { return ( @@ -56,4 +56,4 @@ const UseTheBestRealTimeCdc = () => { ); }; -export default UseTheBestRealTimeCdc; +export default TheBestRealTimeCdc; diff --git a/src/components/Homepage/UseTheBestRealTimeCdc/styles.ts b/src/components/Homepage/TheBestRealTimeCdc/styles.ts similarity index 100% rename from src/components/Homepage/UseTheBestRealTimeCdc/styles.ts rename to src/components/Homepage/TheBestRealTimeCdc/styles.ts diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5c2c649f..348b12a8 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -6,7 +6,7 @@ import Hero from '../components/Homepage/Hero'; import MoveAndTransform from '../components/Homepage/MoveAndTransform'; import CaseStudies from '../components/Homepage/CaseStudies'; import SecureYourData from '../components/Homepage/SecureYourData'; -import UseTheBestRealTimeCdc from '../components/Homepage/UseTheBestRealTimeCdc'; +import TheBestRealTimeCdc from '../components/Homepage/TheBestRealTimeCdc'; import BuildInMinutes from '../components/Homepage/BuildInMinutes'; import AutomateDataops from '../components/Homepage/AutomateDataops'; import InnovateFaster from '../components/Homepage/InnovateFaster'; @@ -23,7 +23,7 @@ const IndexPage = () => { - +