Skip to content

Commit 108851a

Browse files
committed
Merge branch 'dev' into feature/contact
2 parents c9ba678 + 4e1599c commit 108851a

File tree

13 files changed

+779
-472
lines changed

13 files changed

+779
-472
lines changed

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@stepperize/react": "^5.1.5",
1414
"@tailwindcss/vite": "^4.1.3",
15+
"browser-image-compression": "^2.0.2",
1516
"framer-motion": "^12.15.0",
1617
"pnpm": "^10.8.0",
1718
"react": "^19.0.0",

pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/LikeButtonRounded.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import { PiHeartStraight, PiHeartStraightFill } from "react-icons/pi";
33
import "../animations/LikeButtonRounded.css";
4+
import { AuthContext } from "../context/authContext";
45

56
export const LikeButtonRounded = ({
67
liked,
@@ -33,4 +34,4 @@ export const LikeButtonRounded = ({
3334
)}
3435
</button>
3536
);
36-
};
37+
};

0 commit comments

Comments
 (0)