-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the departmental account icon #112
Create the departmental account icon #112
Conversation
87899bb
to
f7a55fa
Compare
Make sure to delete the SVGs in the /public folder. We used to not have FontAwesome icons installed so we just imported the icons not contained in Lucide React icons as SVGs. |
4b6bb2f
to
28097db
Compare
5279ef5
to
0c315a2
Compare
Also update authorization.test.ts to assert that the DEPARTMENTAL role has been added to the user, thanks. |
0c315a2
to
fcd19c6
Compare
fcd19c6
to
051c9c0
Compare
051c9c0
to
dfab382
Compare
<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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try h-6 w-6 for the width and height, let me know if you think it looks better. The school icon looks off center.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ticket Link
Ticket 1835
List of squashed commits
Test Checklist