Skip to content

Commit de9e58a

Browse files
Fix HTML encoding issues in index.html
1 parent 25671e9 commit de9e58a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>DROP A QUICK REVIEW</h2>
8282
<div class="review-actions">
8383
<button id="copyBtn">📋 Copy</button>
8484
<button id="newReviewBtn">🔄 New Review</button>
85-
<a id="mapsBtn" class="review-btn" href="https://www.google.com/maps/place/Kalash+Marriage+Lawn/reviews" target="_blank">⭐ Post Review</a>
85+
<a id="mapsBtn" class="review-btn" target="_blank">⭐ Post Review</a>
8686
</div>
8787
</div>
8888
<p id="copyMsg" class="copy-msg"></p>
@@ -97,3 +97,4 @@ <h2>DROP A QUICK REVIEW</h2>
9797
</body>
9898
</html>
9999

100+

0 commit comments

Comments
 (0)