manual ids for mdi because of SSR
This commit is contained in:
@@ -9,10 +9,10 @@ interface Achievement {
|
||||
export const achievements = (size?: string): Achievement[] => [
|
||||
{
|
||||
"description": "Awarded with the Deutschlandstipendium",
|
||||
"icon": <Icon path={mdiSeal} size={size || "2em"} />
|
||||
"icon": <Icon path={mdiSeal} size={size || "2em"} id={"mdi_achievement_stip"} />
|
||||
}, {
|
||||
"description": "Developer of the official testbed for Digital Twins in Industry 4.0 of the TU Dresden",
|
||||
"icon": <Icon path={mdiRobotIndustrial} size={size || "2em"} />
|
||||
"icon": <Icon path={mdiRobotIndustrial} size={size || "2em"} id={"mdi_achievement_i40"} />
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user