푸터 문구를 NEXON 권장 영문 표기로 변경
- 'This site is not associated with NEXON Korea.' - 'Data based on NEXON Open API.' Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6e1df46852
commit
479835805e
1 changed files with 9 additions and 6 deletions
|
|
@ -8,14 +8,17 @@ export default function Footer() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid gap-2 sm:grid-cols-2 text-xs text-gray-500">
|
<div className="grid gap-2 sm:grid-cols-2 text-xs text-gray-500">
|
||||||
<div>
|
<div className="space-y-1">
|
||||||
<p>이 사이트는 NEXON Korea의 공식 사이트가 아닙니다.</p>
|
<p>This site is not associated with NEXON Korea.</p>
|
||||||
<p>MapleStory의 모든 저작권은 NEXON Korea에 있습니다.</p>
|
<p>
|
||||||
|
Data based on{' '}
|
||||||
|
<a href="https://openapi.nexon.com" target="_blank" rel="noopener noreferrer" className="text-emerald-400/80 hover:text-emerald-300 transition">
|
||||||
|
NEXON Open API
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="sm:text-right">
|
<div className="sm:text-right">
|
||||||
<p>
|
|
||||||
데이터 출처: <a href="https://openapi.nexon.com" target="_blank" rel="noopener noreferrer" className="text-emerald-400/80 hover:text-emerald-300 transition">NEXON Open API</a>
|
|
||||||
</p>
|
|
||||||
<p>© {new Date().getFullYear()} caadiq</p>
|
<p>© {new Date().getFullYear()} caadiq</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue