feat(ui): 푸터에 버그 제보(Gitea 이슈) 링크 추가

대시보드 푸터에 '버그가 있다면 이슈에 제보바랍니다' 안내를 자체 줄로 작게 표시.
링크는 gitea playground/ai-dev-portal issues, 새 탭·rel=noopener.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
0310700
2026-07-01 10:12:47 +09:00
parent 1f76329140
commit 3ddf920e56
2 changed files with 7 additions and 0 deletions

View File

@@ -181,6 +181,9 @@
<div class="footer-inner">
<div class="footer-brand"><span><%- icon("code", { size: 14 }) %></span><%= brand %> · 사내 개발 포털</div>
<div class="footer-tech">Express + Postgres + Keycloak SSO · deployed on Kubero</div>
<div class="footer-bug">
버그가 있다면 <a href="https://gitea.bokdev.in/playground/ai-dev-portal/issues" target="_blank" rel="noopener">이슈</a> 에 제보바랍니다! 🐛
</div>
</div>
</footer>