Skip to content
document.addEventListener('DOMContentLoaded', function() {
const srLogo = document.querySelector('img[src="https://www.starrapid.com/wp-content/uploads/2023/05/SRLogo.svg"]');
if (srLogo) {
srLogo.removeAttribute('loading');
srLogo.setAttribute('loading', 'eager');
srLogo.setAttribute('fetchpriority', 'high');
}
});