diff --git a/components/Technology/Technology.vue b/components/Technology/Technology.vue index 8759848..55b0f87 100644 --- a/components/Technology/Technology.vue +++ b/components/Technology/Technology.vue @@ -3,9 +3,9 @@ @@ -18,7 +18,9 @@ type Props = { size?: 'm' | 'l' } -withDefaults(defineProps(), { +const {name} = withDefaults(defineProps(), { size: 'm' }) + +const altText = () => `Icon für ${name}`