Update icon in ModernEducation component for improved visual representation

- Changed the education icon from 'tabler:graduation' to 'tabler:school' to better reflect the educational context.
- This update enhances the clarity and relevance of the icon used in the component.
This commit is contained in:
2025-06-16 20:09:43 +02:00
parent 39af73229c
commit b936c7acb0

View File

@@ -36,7 +36,7 @@ const getEducationStyle = (title: string) => {
};
} else {
return {
icon: 'tabler:graduation',
icon: 'tabler:school',
gradient: 'from-purple-500 to-pink-600',
badgeIcon: 'tabler:check',
completed: true