diff --git a/components/projects/ProjectCard.vue b/components/projects/ProjectCard.vue
index c88e71a..890af4e 100644
--- a/components/projects/ProjectCard.vue
+++ b/components/projects/ProjectCard.vue
@@ -14,7 +14,7 @@
-
+
@@ -29,6 +29,7 @@
subtitle: { type: String, required: false },
links: Object as PropType<{ label: string, url: string }[]>,
image: String,
+ image_classes: { type: String, required: false, default: "" },
wip: { type: Boolean, required: false }
});
\ No newline at end of file
diff --git a/components/projects/cards/WaveMap.vue b/components/projects/cards/WaveMap.vue
index ea6c277..933e11f 100644
--- a/components/projects/cards/WaveMap.vue
+++ b/components/projects/cards/WaveMap.vue
@@ -1,6 +1,6 @@