Skip to content

Commit

Permalink
Match latest design
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 27, 2023
1 parent 5e5773d commit 818b3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/_tailwind/comments/_comment.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<%# TODO: Progressive enhancement? %>
<%# TODO: Make this show the correct thing %>
<div class="text-xl font-bold text-fuchsia">Delivered to the planning authority</div>
<div>
<div class="mt-4">
<%# TODO: Link to correct place %>
<%= link_to "Report this comment", "#", class: "text-fuchsia text-xl underline" %>
<%= link_to "Report this comment", "#", class: "text-fuchsia text-xl hover:underline" %>
</div>
<% end %>
</div>
Expand Down

0 comments on commit 818b3b0

Please sign in to comment.