Skip to content

Commit

Permalink
Change icon size (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
michho8 authored Dec 12, 2024
1 parent 6bc7912 commit ac14178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/layout/navbar/dept-account-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const DeptAccountIcon = ({ currentUser }: { currentUser: User }) => {
<FontAwesomeIcon aria-label="user" icon={faUser} width={14} height={16} />
<div
className="bg-blue-background rounded-full flex justify-center
items-center h-[20px] w-[25px] absolute left-7 bottom-0"
items-center h-6 w-6 absolute left-7 bottom-0"
>
<FontAwesomeIcon
icon={faSchool}
Expand Down

0 comments on commit ac14178

Please sign in to comment.