feat: importance in db and mentorcard home colors

This commit is contained in:
Julien Froidefond
2025-08-27 11:51:43 +02:00
parent df1fd24e84
commit aee5d74445
13 changed files with 388 additions and 94 deletions

View File

@@ -25,6 +25,7 @@ export interface Skill {
description: string;
icon?: string;
links: string[];
importance?: string;
}
export interface SkillCategory {