Skip to content

Commit c650ae2

Browse files
committed
fix: get the search button back
1 parent 952132a commit c650ae2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/components/header_component.html.erb

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<%= render IconComponent.new("#{default_app.platform}.svg", size: :md) %>
6262
<%= default_app.name %>
6363
<span class="text-sm text-secondary dark:text-secondary-50">
64-
<%= default_app.bundle_identifier %>
65-
</span>
64+
<%= default_app.bundle_identifier %>
65+
</span>
6666
</div>
6767
<% end %>
6868

@@ -98,13 +98,13 @@
9898

9999
<%= render ButtonComponent.new(
100100
scheme: :light,
101-
options: all_builds_app_path(default_app),
101+
options: search_app_path(default_app),
102102
type: :link,
103103
size: :xxs,
104104
authz: false
105105
) do |b| %>
106-
<% b.with_tooltip("All Builds") %>
107-
<% b.with_icon("drill.svg", size: :md) %>
106+
<% b.with_tooltip("Search (Press /)") %>
107+
<% b.with_icon("search.svg", size: :md) %>
108108
<% end %>
109109

110110
<%= render ModalComponent.new(title: "Store Status", size: :xs, authz: false) do |modal| %>

0 commit comments

Comments
 (0)