Skip to content

Commit

Permalink
Remove redundant photo capture text from AvatarEditModal
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyurajeesh committed Jan 21, 2025
1 parent 07ce32a commit d3046f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Common/AvatarEditModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,6 @@ const AvatarEditModal = ({
</>
) : (
<>
<div className="mb-1 mt-2 flex flex-col">
<span className="text-xl font-medium">
{t("capture_the_photo")}
</span>
</div>
<div className="flex flex-1 items-center justify-center">
{!previewImage ? (
<>
Expand Down

0 comments on commit d3046f8

Please sign in to comment.