Skip to content

Commit

Permalink
Update 3d-pin.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudnessuche authored Jul 9, 2024
1 parent e0a2ede commit a43ed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-portfolio/components/ui/3d-pin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const PinContainer = ({
style={{
transform: transform,
}}
className="absolute left-1/2 p-4 top-1/2 flex justify-start items-start rounded-2xl shadow-[0_8px_16px_rgb(0_0_0/0.4)] border border-white/[0.1] group-hover/pin:border-white/[0.2] transition duration-700 overflow-hidden"
className="absolute left-1/2 p-4 top-1/2 flex justify-start items-start rounded-2xl shadow-[0_8px_16px_rgb(0_0_0/0.4)] border border-white/[0.1] group-hover/pin:border-white/[0.2] transition duration-700 overflow-hidden"
>
<div className={cn(" relative z-50 ", className)}>{children}</div>
</div>
Expand Down

0 comments on commit a43ed32

Please sign in to comment.