Add company icon to footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
frontend/public/icon.jpg
Normal file
BIN
frontend/public/icon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -852,7 +852,8 @@ export default function Home() {
|
||||
</div>
|
||||
|
||||
{/* 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.
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user