mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-19 10:08:09 +00:00
new changes
This commit is contained in:
@ -50,7 +50,7 @@ const TechTalkPage = async () => {
|
||||
</p>
|
||||
</div>
|
||||
{/* Blog Post Grid */}
|
||||
{posts.length > 0 ? (
|
||||
{false && posts.length > 0 ? (
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-10">
|
||||
{posts.map((post: Post) => (
|
||||
<BlogPostCard
|
||||
|
||||
Reference in New Issue
Block a user