mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user