feat: make thumbhash work with image slider
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
This commit is contained in:
@ -43,7 +43,7 @@ const otherPosts = posts.filter((post) => featuredPost !== post).slice(0, 3);
|
||||
<span class="i-tabler-circle-arrow-right-thin"></span>
|
||||
<ArrowA />
|
||||
{featuredProject && <HeroCard post={featuredProject} />}
|
||||
<div class="grid grid-cols-2 gap-4 mt-4">
|
||||
<div class="grid xs:grid-cols-2 gap-4 mt-4">
|
||||
{
|
||||
otherProjects.length > 0 &&
|
||||
otherProjects.map((project) => <SmallCard post={project} />)
|
||||
|
Reference in New Issue
Block a user