Add company icon to footer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
joungmin
2026-03-09 14:29:21 +09:00
parent 758d87842b
commit 237c982e6c
2 changed files with 2 additions and 1 deletions

BIN
frontend/public/icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -852,7 +852,8 @@ export default function Home() {
</div> </div>
{/* Footer */} {/* Footer */}
<footer className="shrink-0 border-t bg-gray-50 py-2 text-center text-[11px] text-gray-400"> <footer className="shrink-0 border-t bg-gray-50 py-2 flex items-center justify-center gap-1.5 text-[11px] text-gray-400">
<img src="/icon.jpg" alt="SDJ Labs" className="w-4 h-4 rounded-full" />
SDJ Labs Co., Ltd. SDJ Labs Co., Ltd.
</footer> </footer>
</div> </div>