-
- {category}
-
{title}
- {subtitle}
-
+
+ {category}
+ {title}
+ {subtitle}
-
+
diff --git a/src/components/ArticleCard.astro b/src/components/ArticleCard.astro
index 9e79488..cc19751 100644
--- a/src/components/ArticleCard.astro
+++ b/src/components/ArticleCard.astro
@@ -1,12 +1,12 @@
---
-import { Row, Column, Padding, Image } from '../../@dasig'
+import { Row, Column, Padding } from '../../@dasig'
interface Props {
title: string
subtitle: string
date: string
- imageA: any
- imageW: any
+ imageA: string
+ imageW: string
alt: string
minutes: number
url: string
@@ -20,7 +20,6 @@ const { title, subtitle, date, imageA, imageW, alt = 'article image', minutes, u