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 +}