Apologies for the inconvenience you're experiencing.
The issue with the logo not displaying in Firefox is due to the use of an SVG (Scalable Vector Graphics) format. While SVGs are widely supported, Firefox has stricter security policies regarding how external resources (like fonts or images within an SVG) are loaded—especially when the SVG is served from a different domain or lacks proper MIME type headers. This can sometimes result in the SVG not rendering as expected.
To resolve this, I’ve made the necessary adjustments in the JROOT/templates/investa/features/logo.php file to ensure compatibility with Firefox. The logo should now display correctly across all browsers.
Please marked the issue as solved