Skip to content

Commit

Permalink
fix: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
dillionverma authored and itsarghyadas committed Dec 24, 2024
1 parent c81c49d commit 790069e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions registry/default/magicui/warp-animation-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,7 @@ const WarpAnimationContainer: React.FC<WarpAnimationContainerProps> = ({
const leftBeams = useMemo(() => generateBeams(), [generateBeams]);

return (
<div
className={cn(
"relative grid place-items-center rounded border p-20",
className,
)}
{...props}
>
<div className={cn("relative rounded border p-20", className)} {...props}>
<div
style={
{
Expand Down

0 comments on commit 790069e

Please sign in to comment.