blog count implemented

This commit was merged in pull request #237.
This commit is contained in:
victorAnumudu
2023-07-02 22:12:28 +01:00
parent fa5e9b8107
commit 9dd8f49ff8
4 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default function BlogTab({ className, blogdata }) {
<div className="filter-section w-full items-center sm:flex justify-between mb-6">
{/* filter-search */}
<div className="sm:w-1/2 w-full sm:pr-20 pr-0 mb-5 sm:mb-0">
<SearchCom />
<SearchCom placeholder='Search Blog Items...' />
</div>
{/* filer-dropdown */}
<div className="flex-1 flex sm:justify-end">