Skip to content

Commit fecfaf0

Browse files
committed
Update footer copyright symbol to use HTML entity
1 parent ba68c8e commit fecfaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="text-2xl md:text-3xl lg:text-4xl font-bold mb-6">
140140

141141
<!-- Footer Section -->
142142
<footer class="text-center py-6 bg-gray-100 mt-8">
143-
<p class="text-gray-600">Josue Zazueta LLC (c)</p>
143+
<p class="text-gray-600">Josue Zazueta LLC &copy;</p>
144144
</footer>
145145
<script src="js/main.js"></script>
146146
</body>

0 commit comments

Comments
 (0)