fix(supporters): 메뉴 '병원 소식' → '뉴스룸'

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Haewon Kam 2026-09-07 09:28:49 +09:00
parent c631b9cdd8
commit 81f1547ddd

View File

@ -47,7 +47,7 @@ const ld = jsonLd ? JSON.stringify({ '@context': 'https://schema.org', ...(Array
<nav class="nav">
<a href="/posts">상담 전 질문</a>
<a href="/videos">의료진 설명</a>
<a href="/newsroom">병원 소식</a>
<a href="/newsroom">뉴스룸</a>
<a href="/visit">방문 안내</a>
<a href="/about">매체 소개</a>
</nav>