use spaces instead of commas in flags

This commit is contained in:
Aman Varshney
2025-04-01 14:57:46 +05:30
parent 47e429554d
commit b296ac28ed
14 changed files with 390 additions and 163 deletions

View File

@@ -42,7 +42,6 @@ export default function Testimonials() {
return () => window.removeEventListener("resize", handleResize);
}, []);
// Get visible tweets
const getVisibleTweets = () => {
const visible = [];
for (let i = 0; i < tweetsPerPage; i++) {