Skip to content

Commit

Permalink
feat: hide save image button
Browse files Browse the repository at this point in the history
  • Loading branch information
phongit-kha committed Jan 1, 2025
1 parent 012b732 commit 23f53ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/Profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function Profile() {
<Image src="/arrow-left.webp" alt="Back" width={20} height={20} />
</Link>
</div>
<div className="flex flex-1 flex-col justify-center space-y-2.5">
<div className="flex flex-1 flex-col justify-start space-y-2.5">
<MainProfile
baanNumber={user.baan}
username={user.username}
Expand Down Expand Up @@ -257,12 +257,12 @@ export default function Profile() {
</div>
</div>

<div
{/* <div
className="exclude-from-screenshot w-30 flex justify-center"
onClick={handleSaveAsImage}
>
<Button text="Save Image" imgSrc="/profile/download.webp" />
</div>
</div> */}
</div>

<Modal
Expand Down

0 comments on commit 23f53ff

Please sign in to comment.