Skip to content

Commit

Permalink
Remove link to new (but inactive) sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
joemasilotti committed Apr 11, 2024
1 parent a5bf1b1 commit fc61e2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/views/developers/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<%= render "shared/error_messages", resource: developer %>

<div class="flex flex-col space-y-6">
<%= render ToastMessageComponent.new(icon: "information_circle") do |c| %>
<%= c.message do %>
There's a new way to sort profiles!
<%= link_to "Learn how", recommended_sorting_path, class: "font-medium underline" %> you can boost the position of yours.
<% end %>
<% end %>

<% unless turbo_native_app? %>
<h1 class="text-3xl font-bold leading-tight text-gray-900 mx-4 lg:mx-0 mt-8 lg:mt-16">
<%= t(".title") %>
Expand Down

0 comments on commit fc61e2c

Please sign in to comment.