Skip to content

Commit 82d8a3f

Browse files
committed
[TAC022] Unify confereces registration links on top of hero image
1 parent a28d13d commit 82d8a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decidim-conferences/app/views/layouts/decidim/_conference_hero.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<% current_participatory_space.components.where(manifest_name: "meetings").each do |component_meeting| %>
3333
<% if component_meeting.published? || component_meeting == self.try(:current_component) %>
3434
<div class="column medium-3 end">
35-
<%= link_to translated_attribute(component_meeting.name), decidim_conferences.conference_conference_program_path(current_participatory_space, id: component_meeting.id), class:"button button--sc secondary light expanded" %>
35+
<%= link_to translated_attribute(component_meeting.name), decidim_conferences.conference_conference_program_path(current_participatory_space, id: component_meeting.id), class:"button button--sc light hollow expanded" %>
3636
</div>
3737
<% end %>
3838
<% end %>

0 commit comments

Comments
 (0)