This commit is contained in:
@@ -161,14 +161,14 @@ function HomeContent() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* 하단 아카이브 링크 */}
|
{/* 하단 아카이브 링크 */}
|
||||||
<div className="pt-8 pb-4 text-center">
|
{/* <div className="pt-8 pb-4 text-center">
|
||||||
<Link
|
<Link
|
||||||
href="/archive"
|
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"
|
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} />
|
모든 글 보러가기 <ChevronRight size={16} />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user