Skip to content

Commit

Permalink
fix: remove stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleryy committed Nov 2, 2023
1 parent d39e0e9 commit 48ce9a8
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions apps/site/src/views/Home/components/ApplyButton/ApplyButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,6 @@ export default function ApplyButton() {
offsetX: 50,
offsetY: 50,
},
{
Node: PencilSticker,
positionX: "left",
positionY: "top",
offsetX: -100,
offsetY: -50,
},
{
Node: HeadphoneSticker,
positionX: "left",
positionY: "bottom",
offsetX: -50,
offsetY: 50,
},
{
Node: LaptopSticker,
positionX: "right",
positionY: "top",
offsetX: 100,
offsetY: -100,
},
{
Node: MagnifyingGlassSticker,
positionX: "right",
positionY: "bottom",
offsetX: 200,
offsetY: 100,
},
]}
>
<Button
Expand Down

0 comments on commit 48ce9a8

Please sign in to comment.