.
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 1m49s

This commit is contained in:
ParkWonYeop
2025-12-29 03:53:08 +09:00
parent 024c723567
commit fc915ccde0

View File

@@ -161,14 +161,14 @@ function HomeContent() {
</section>
{/* 하단 아카이브 링크 */}
<div className="pt-8 pb-4 text-center">
{/* <div className="pt-8 pb-4 text-center">
<Link
href="/archive"
className="inline-flex items-center gap-2 px-6 py-3 bg-gray-100 text-gray-600 rounded-full hover:bg-gray-200 transition-colors font-medium text-sm"
>
모든 글 보러가기 <ChevronRight size={16} />
</Link>
</div>
</div> */}
</div>
)}
</main>