Skip to content

Commit 3a9a6cd

Browse files
feat(blog): remove date and difficulty from main page cards (#303)
1 parent ca0d8af commit 3a9a6cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libs/blog/articles/ui-article-card/src/lib/components/article-regular-card/article-regular-card.component.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
</time>
3838
</div>
3939
</div>
40-
<div class="flex items-center justify-between self-start px-4 pt-4">
41-
<span class="text-sm/[14px] font-medium">
42-
{{ article().publishDate | date: 'dd MMM yyyy' }}
43-
</span>
44-
<al-difficulty [difficulty]="article().difficulty" />
45-
</div>
46-
4740
<div class="flex flex-col gap-3 px-4 pb-4 pt-3">
4841
<h3
4942
class="*:text-al-pink text-2xl font-bold *:not-italic"

0 commit comments

Comments
 (0)