Replace absolute image paths

This commit is contained in:
adilallo
2025-08-20 12:30:59 -06:00
parent 6e274124c3
commit e871c9de4b
100 changed files with 90292 additions and 62 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export default function Logo({ size = "default", showText = true }) {
{/* Vector Icon */}
<img
src="/assets/Logo.svg"
src="assets/Logo.svg"
alt="CommunityRule Logo Icon"
width={27.05}
height={27.05}