From d7472158c1ef6976bbb2115239c9ee5e373bab87 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 30 Sep 2024 16:04:40 +0000 Subject: [PATCH] Restyled by whitespace --- src/components/DSA/arrays/ArrayVisualizations/index.tsx | 4 ++-- src/components/HomePage/TweetsSection.tsx | 2 +- src/pages/index.module.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/DSA/arrays/ArrayVisualizations/index.tsx b/src/components/DSA/arrays/ArrayVisualizations/index.tsx index 7e974d9ce..1212809c8 100644 --- a/src/components/DSA/arrays/ArrayVisualizations/index.tsx +++ b/src/components/DSA/arrays/ArrayVisualizations/index.tsx @@ -93,8 +93,8 @@ const ArrayVisualizations: React.FC = () => { {array.map((value, index) => (
diff --git a/src/components/HomePage/TweetsSection.tsx b/src/components/HomePage/TweetsSection.tsx index 21ed1385a..82bbe2cbd 100644 --- a/src/components/HomePage/TweetsSection.tsx +++ b/src/components/HomePage/TweetsSection.tsx @@ -71,4 +71,4 @@ export const TweetsSection: React.FC = () => { ); }; -export default TweetsSection; \ No newline at end of file +export default TweetsSection; diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 61c77ff66..1d7abed62 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -47,4 +47,4 @@ border-radius: 4px; cursor: pointer; text-align: center; -} \ No newline at end of file +}