Skip to content

Commit 9a6cf5b

Browse files
committed
change style of agents icons
1 parent 030d526 commit 9a6cf5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/index/aboutTwo.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@ export default function AgentAboutTwo() {
6161
</Link>
6262
</div>
6363
</div>
64-
<div className="relative overflow-hidden rounded-lg border-amber-400/5 bg-gradient-to-tl to-amber-400/30 from-fuchsia-600/30 dark:to-amber-400/50 dark:from-fuchsia-600/50">
64+
<div className="relative overflow-hidden rounded-lg border border-amber-400/5 bg-gradient-to-tl to-amber-400/30 from-fuchsia-600/30 dark:to-amber-400/50 dark:from-fuchsia-600/50 ps-6 pt-6 lg:me-8">
6565
<Image
6666
height={800}
6767
width={800}
6868
src={feature4}
6969
className="ltr:rounded-tl-lg rtl:rounded-tr-lg"
7070
alt=""
71-
7271
/>
7372
</div>
7473
</div>

0 commit comments

Comments
 (0)