Skip to content

Commit d06cb53

Browse files
committed
Update
1 parent 02af52c commit d06cb53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/News.astro

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const { news } = Astro.props;
77
<li
88
class='news flex flex-col sm:flex-row sm:gap-x-4 [&_a]:text-blue-600 dark:[&_a]:text-blue-300 [&_q]:basis-full'
99
>
10-
<!-- TODO: Fix date -->
1110
<FormattedDate class='min-w-[120px] font-bold' date={new Date(news.date)} />
1211
<div set:html={news.post} />
1312
</li>

0 commit comments

Comments
 (0)