Skip to content

Commit

Permalink
add IOT icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LoV432 committed Jul 17, 2024
1 parent 3da3825 commit 1e1e9c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/components/user-cards/UserCard.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,15 @@ function IconChangePopUp({
height={80}
className="cursor-pointer transition-transform hover:scale-125"
/>
<Image
onClick={() => changeIcon('iot')}
id="iot"
src="iot.svg"
alt="iot Icon"
width={80}
height={80}
className="cursor-pointer transition-transform hover:scale-125"
/>
</div>
<button
onClick={closePopUp}
Expand Down
1 change: 1 addition & 0 deletions public/iot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e1e9c0

Please sign in to comment.