Skip to content

Commit

Permalink
Fix: Remove redundant 'Feedback' button from review_component.html (i…
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyBytes committed Dec 24, 2024
1 parent 1e7fce7 commit 525d2ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openlibrary/templates/observations/review_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<div class="tab-section review-component">
<div class="reviews-header">
<h2 class="observation-title">$_('Community Reviews') ($total_reviews)</h2>
<a class="observations-feedback" href="https://forms.gle/wEr1dw3tLQYrC7Rr6">$_("Feedback?")</a>
</div>
$if total_reviews > 0:
<div class="reviews">
Expand Down

0 comments on commit 525d2ff

Please sign in to comment.