Update page.tsx

This commit is contained in:
암냥 2026-03-22 20:16:58 +09:00 committed by GitHub
commit 9caf1553a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ export default async function Page({ searchParams }: { searchParams: Promise<{ n
<div className="text-muted-foreground text-sm"> <div className="text-muted-foreground text-sm">
<br /> <br />
<p>© 2026 imnyang. All rights reserved.</p> <p>© 2026 imnyang. All rights reserved.</p>
<p> .</p> {/* <p>이 웹사이트의 일부 이미지는 생성형 인공지능을 통해 제작되었습니다.</p> */}
<br /> <br />
</div> </div>
</div> </div>