fix(header): correct JSX tag nesting and closing structure

This commit is contained in:
Inamul-hasan-tec
2026-08-20 12:15:24 +05:30
parent 8302093c6e
commit d0a0f30e85
+1
View File
@@ -363,5 +363,6 @@ export function Header() {
</div>
</div>
</header>
</div>
);
}