Commit c650ae2 1 parent 952132a commit c650ae2 Copy full SHA for c650ae2
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 61
61
<%= render IconComponent . new ( "#{ default_app . platform } .svg" , size : :md ) %>
62
62
<%= default_app . name %>
63
63
< span class ="text-sm text-secondary dark:text-secondary-50 ">
64
- <%= default_app . bundle_identifier %>
65
- </ span >
64
+ <%= default_app . bundle_identifier %>
65
+ </ span >
66
66
</ div >
67
67
<% end %>
68
68
98
98
99
99
<%= render ButtonComponent . new (
100
100
scheme : :light ,
101
- options : all_builds_app_path ( default_app ) ,
101
+ options : search_app_path ( default_app ) ,
102
102
type : :link ,
103
103
size : :xxs ,
104
104
authz : false
105
105
) 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 ) %>
108
108
<% end %>
109
109
110
110
<%= render ModalComponent . new ( title : "Store Status" , size : :xs , authz : false ) do |modal | %>
You can’t perform that action at this time.
0 commit comments