diff --git a/front/src/components/ui/Card.vue b/front/src/components/ui/Card.vue index b7c278853..8569111a1 100644 --- a/front/src/components/ui/Card.vue +++ b/front/src/components/ui/Card.vue @@ -25,8 +25,6 @@ const image = typeof props.image === 'string' ? { src: props.image } : props.ima const isExternalLink = computed(() => { return typeof props.to === 'string' && props.to.startsWith('http') }) - -const c = useCssModule() - + - - Link to `to` - - - - - LINK - - - + + + - + + :class="{ [$style.image]: true, [$style['with-padding']]: image?.style === 'withPadding' }" /> - {{ title }} + {{ title }} - + - + #{{ tag }} - + - + - +