Skip to content

Commit

Permalink
increase size of projects header
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Dec 21, 2023
1 parent d57f41a commit bb08c79
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
<%= render(Primer::OpenProject::PageHeader.new) do |header| %>
<% header.with_title { t(:label_project_plural) } %>
<% header.with_title(variant: :large) { t(:label_project_plural) } %>
<% header.with_actions do %>
<% if current_user.allowed_globally?(:add_project) %>
Expand Down

0 comments on commit bb08c79

Please sign in to comment.