Update tokens and snapshots to pass tests

This commit is contained in:
adilallo
2026-02-01 22:31:40 -07:00
parent b723fc4a85
commit 6127f355bf
6 changed files with 74 additions and 39 deletions
@@ -50,7 +50,7 @@ export function RelatedArticlesView({
</div>
</div>
{/* Progress bars - only show on mobile (after hydration) */}
{/* Progress bars - only show on mobile */}
{isMobile && (
<div className="flex justify-center gap-[var(--measures-spacing-008)] px-[var(--measures-spacing-064)]">
{filteredPosts.map((relatedPost, index) => (