Skip to content
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

fix: add button class on Admin and Student page, and pencil icon fix #633

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

CK-7vn
Copy link
Member

@CK-7vn CK-7vn commented Jan 7, 2025

Description of the change

Add correct pencil icon in admin management page.
Removed old button classes for add admin and add student, and replaced with the button class.

Screenshot(s)

image
image

@@ -28,6 +27,7 @@ import { AxiosError } from 'axios';
import API from '@/api/api';
import ULIComponent from '@/Components/ULIComponent.tsx';
import { useToast } from '@/Context/ToastCtx';
import { PencilSquareIcon } from '@heroicons/react/24/solid';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be imported from outline not solid :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats why it was a different color! >< I was like "What the ever living???" Searched everywhere, didn't know what was going on. Thank you!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All fixed, just pushed over! Thanks!

@calisio calisio merged commit 3548edf into UnlockedLabs:main Jan 8, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UX: Different icons & styles used for the Admins and Facility pages
2 participants