updated blog with icons for stats

This commit is contained in:
philip-ellis-sp
2023-05-23 16:03:38 -05:00
parent 22191cc67d
commit c890a185d5
3 changed files with 64 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ export default function BlogCards() {
tags={a.tags}
link={a.link}
title={a.title}
views={a.views}
image={a.image}></BlogCard>
})}
</div>