Skip to content

Commit d557b0d

Browse files
committed
Remove unused left accent bar from home component
1 parent 5f9a741 commit d557b0d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

web/components/home/home.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ function FeatureCard({icon, title, text}: FeatureCardProps) {
4040
hover:-translate-y-1 hover:shadow-[0_12px_32px_rgba(44,36,22,0.10)] hover:border-[#C17F3E]
4141
"
4242
>
43-
{/* Left accent bar */}
44-
<div
45-
className="
46-
absolute left-0 top-1 bottom-1 w-1 rounded-l-xl bg-[#C17F3E]
47-
opacity-0 group-hover:opacity-100 transition-opacity duration-200
48-
"
49-
/>
50-
5143
<div className="w-11 h-11 rounded-xl bg-canvas-200 border border-canvas-300 flex items-center justify-center text-xl mb-5">
5244
{icon}
5345
</div>

0 commit comments

Comments
 (0)