font awesome dynamic icons, use dynamic /projects from directus

This commit is contained in:
2024-12-28 18:00:57 -06:00
parent 1a6e6d93a2
commit da6333d39a
4 changed files with 27 additions and 133 deletions

View File

@@ -14,6 +14,7 @@ export interface Technology {
export interface Project {
id: string;
icon: string | null;
name: string;
description: string;
shortDescription: string;