update theme

This commit is contained in:
Aman Varshney
2025-05-06 10:19:05 +05:30
parent 34443d8d6d
commit 9ccb026c18
3 changed files with 6 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ export default function Testimonials() {
{visibleTweetIndices.map((index) => (
<div
key={TWEET_IDS[index]}
className="overflow-hidden rounded-lg border border-border bg-card shadow-sm transition-shadow duration-300 hover:shadow-md"
className="overflow-hidden rounded-lg border border-border"
>
<Tweet id={TWEET_IDS[index]} />
</div>