fix(dashboard): footer 버그 제보 문구 간결화 — '버그 제보: gitea 이슈'

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 10:27:54 +09:00
parent ad693304cf
commit b779ed882a

View File

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