Skip to content

Commit

Permalink
refactor: centralize sticker positioning logic to base sticker component
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 committed Oct 22, 2023
1 parent 62fe38d commit a25560b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/site/src/components/Sticker/BaseSticker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ interface StickerProps {
// dragConstraints prop can be an object containing coordinates, a Falsy boolean, or a parent ref (https://www.framer.com/motion/gestures/#:~:text=%23-,dragConstraints%3A,-false%20%7C%20Partial%3CBoundingBox2D)
animate?: object | undefined;
transition?: object | undefined;
style?: object | undefined;
}

const BaseSticker: React.FC<StickerProps> = ({
Expand Down

0 comments on commit a25560b

Please sign in to comment.