We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02af52c commit d06cb53Copy full SHA for d06cb53
src/components/News.astro
@@ -7,7 +7,6 @@ const { news } = Astro.props;
7
<li
8
class='news flex flex-col sm:flex-row sm:gap-x-4 [&_a]:text-blue-600 dark:[&_a]:text-blue-300 [&_q]:basis-full'
9
>
10
- <!-- TODO: Fix date -->
11
<FormattedDate class='min-w-[120px] font-bold' date={new Date(news.date)} />
12
<div set:html={news.post} />
13
</li>
0 commit comments