diff --git a/hypha/apply/review/templates/review/review_detail.html b/hypha/apply/review/templates/review/review_detail.html
index 535f6ff36305251af0386f2eff2aa7dfe6baed67..0c84fc7e4f06edb02ece2b308b772a3425df565e 100644
--- a/hypha/apply/review/templates/review/review_detail.html
+++ b/hypha/apply/review/templates/review/review_detail.html
@@ -81,7 +81,10 @@
             {{ form }}
         </form>
 
-        <P>{% trans "An opinion is a replacement for a review. You will no longer be able to submit a review for this application." %}</P>
+        <em class='text-fg-muted flex items-center mb-8'>
+            {% heroicon_micro "information-circle" class="mr-1 w-4 h-4 fill-fg-muted" aria_hidden=true %}
+            <span>{% trans "An opinion is a replacement for a review. You will no longer be able to submit a review for this application." %}</span>
+        </em>
     {% endif %}
 
 {% endblock %}