Skip to content

Commit 22e03e4

Browse files
brody-0125claude
andauthored
feat: 푸터에 GitHub 레포지토리 링크 추가 (#50)
메인 페이지와 about 페이지 푸터에 GitHub 레포 링크를 추가 https://claude.ai/code/session_01FMj7kbG7ZyJ7Pk1rSDTuEd Co-authored-by: Claude <noreply@anthropic.com>
1 parent b9cc171 commit 22e03e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

web/src/app/about/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export default function AboutPage() {
108108
<footer className="mt-16 pt-8 border-t border-border text-center pb-8">
109109
<div className="flex justify-center gap-4 text-sm text-text-secondary">
110110
<span>나들이 프로젝트</span>
111+
<a href="https://github.com/brody-0125/nadeuri.today" target="_blank" rel="noopener noreferrer" className="transition-colors hover:text-text-primary">GitHub</a>
111112
</div>
112113
</footer>
113114
</main>

web/src/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ export default function HomePage() {
362362
<nav aria-label="푸터 링크" className="mt-3 flex justify-center gap-4 text-xs text-text-secondary">
363363
<Link href="/about/" className="transition-colors hover:text-status-operating">데이터 출처</Link>
364364
<Link href="/archive/" className="transition-colors hover:text-status-operating">아카이브</Link>
365+
<a href="https://github.com/brody-0125/nadeuri.today" target="_blank" rel="noopener noreferrer" className="transition-colors hover:text-status-operating">GitHub</a>
365366
</nav>
366367
</footer>
367368
)}

0 commit comments

Comments
 (0)