From a8dab94f53ae1cdcbc4eee6a5a1b42a91c3bfbcc Mon Sep 17 00:00:00 2001
From: AjieRestu_ <ajierestu03@gmail.com>
Date: Mon, 13 Jun 2022 22:26:46 +0700
Subject: [PATCH] handle missing css in create review

---
 community/templates/review.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/templates/review.html b/community/templates/review.html
index 713eb05..685ad74 100644
--- a/community/templates/review.html
+++ b/community/templates/review.html
@@ -65,7 +65,7 @@
           box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
           border-radius: 25px;
         }
-        #button:hover {
+        #button-review:hover {
             background-color: #EEEEEE;
             color: #FFD369;
             transition-duration: 0.4ms;
-- 
GitLab