Skip to content

Commit e804ad4

Browse files
committed
chore: removed unused images + compressed pending image
1 parent 8a2bbca commit e804ad4

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
-327 KB
Binary file not shown.
-355 KB
Binary file not shown.
-117 KB
Binary file not shown.
31 KB
Loading

apps/web/src/components/dashboard/ProfilePic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import Image from "next/image";
4-
import imgUrl from "../../assets/images/user_dp.png";
4+
import imgUrl from "../../assets/images/user_dp.webp";
55

66
export const ProfilePic = () => {
77
return (

0 commit comments

Comments
 (0)