File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments