Skip to content

Commit

Permalink
fixed edit icon so it stays on at all times
Browse files Browse the repository at this point in the history
  • Loading branch information
lucfercas committed Oct 24, 2024
1 parent 94a16d5 commit 6696c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/UsernameForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ export function UsernameForm({ input, setInput, avatar, setAvatar, error }) {
aria-label="default avatar image"
className="w-8 h-8"
></img>
{/* <svg
<svg
className="w-6 h-6 text-gray-500 dark:text-gray-400"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 20 20"
>
<path d="M10 0a10 10 0 1 0 10 10A10.011 10.011 0 0 0 10 0Zm0 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 13a8.949 8.949 0 0 1-4.951-1.488A3.987 3.987 0 0 1 9 13h2a3.987 3.987 0 0 1 3.951 3.512A8.949 8.949 0 0 1 10 18Z" />
</svg> */}
</svg>
</>
)}
</span>
Expand Down

0 comments on commit 6696c0d

Please sign in to comment.