Change project card background color

This commit is contained in:
Ariful Alam
2023-01-14 19:46:39 +06:00
parent 302071014e
commit 65b427481c
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ const Blog = ({ loading, blog, googleAnalytics }) => {
<div
className={`card compact bg-base-100 ${
loading || (articles && articles.length)
? 'card compact shadow bg-opacity-40'
? 'shadow bg-opacity-40'
: 'shadow-lg'
}`}
>