Skip to content
Snippets Groups Projects
Verified Commit e2e6f4aa authored by tribut's avatar tribut :man_dancing:
Browse files

Make it more obvious conferences are clickable

parent e02a9044
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<h1 class="text-xl my-4">Conferences</h1> <h1 class="text-xl my-4">Conferences</h1>
<ul> <ul>
<% @conferences.each do |conference| %> <% @conferences.each do |conference| %>
<li><%= link_to conference.name, conference_path(conference.slug), class: "inline-block px-4 py-2" %></li> <li><%= link_to conference.name, conference_path(conference.slug), class: "inline-block px-4 py-2 text-slate-500 hover:text-slate-900 hover:bg-slate-100 rounded-md" %></li>
<% end %> <% end %>
</ul> </ul>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment