Skip to content

Commit

Permalink
Fixed#10197: Removed redundant 'Feedback' button (#10198)
Browse files Browse the repository at this point in the history
* Fix: Remove redundant 'Feedback' button from review_component.html (#10197)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
SharkyBytes and pre-commit-ci[bot] authored Dec 25, 2024
1 parent 1e7fce7 commit 4bc59c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions openlibrary/i18n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5709,10 +5709,6 @@ msgstr ""
msgid "Community Reviews"
msgstr ""

#: observations/review_component.html
msgid "Feedback?"
msgstr ""

#: observations/review_component.html
msgid "No community reviews have been submitted for this work."
msgstr ""
Expand Down
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 4bc59c8

Please sign in to comment.