+ {post.industry} +
++ {post.publishedAt.split(' at')[0]} +
++ {post.industry} +
++ {post.summary} +
++ {post.publishedAt.split(' at')[0]} +
++ Common patterns we see in long-lived, production codebases. +
++ No posts match your search. +
+ )} + > + )} + + {/* Regular (non-featured) posts — shown when not searching */} + {!isSearching && rest.length > 0 && ( ++ Partner with us to create an actionable refactoring playbook + tailored to your engineering challenges. +
++ {section.text} +
+ ); + case 'code': + return ( +
+ {section.text}
+
+ );
+ case 'list':
+ return (
+ + Blog +
++ The post you're looking for may have moved or does not exist. +
+ ++ {post.industry} +
+ +- {cs.industry} -
-- {cs.publishedAt.split(' at')[0]} -
-- Common patterns we see in long-lived, production codebases. -
-- Partner with us to create an actionable refactoring playbook - tailored to your engineering challenges. -
-- Case Study -
-- The case study you're looking for may have moved or does not exist. -
- -- {caseStudy.industry} -
- - {/* Title */} -- {caseStudy.overview} -
-- {caseStudy.quote.author} · {caseStudy.quote.role} -
-Important Information
Your preferences will be saved and applied immediately. You diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e2fdb36..75db842 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -175,10 +175,10 @@ const Footer: React.FC = () => {