added link

This commit is contained in:
Chukwumdiebube
2023-01-20 17:35:38 +01:00
parent e68246c86c
commit 11ef4d7442
+1 -1
View File
@@ -192,7 +192,7 @@ const Main = ({ brdcum }) => {
dangerouslySetInnerHTML={{
__html: item.post_content.substring(0, 100) + " . . .",
}}></div>
<Link to="#">READ MORE</Link>
<Link to={`/blogdetails/${item.id}`}>READ MORE</Link>
</div>
</div>
</div>