diff --git a/views/profile.ejs b/views/profile.ejs index 7b1e47e..f832757 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -20,7 +20,7 @@

<%= profile.name %>

<%= profile.sabun %> - <% if (profile.is_admin) { %><%- adminBadge({ size: 16 }) %><% } %> + <% if (profile.is_admin) { const _adminTitle = `${brand} Portal 관리자`; %><%- adminBadge({ size: 16, title: _adminTitle }) %><% } %>
<%= profile.project_count %>개 프로젝트