We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336fac7 commit a308eaeCopy full SHA for a308eae
1 file changed
src/view/frontend/web/js/inspector.js
@@ -501,7 +501,7 @@ document.addEventListener('alpine:init', () => {
501
font-weight: 500;
502
letter-spacing: 0.025em;
503
`;
504
- brandingDiv.innerHTML = 'Created with <span style="color: #ff6b6b; font-size: 12px;">🧡</span> by <span style="color: #60a5fa; font-weight: 600;">MageForge</span>';
+ brandingDiv.innerHTML = 'Made with <span style="color: #ff6b6b; font-size: 12px;">🧡</span> by <span style="color: #60a5fa; font-weight: 600;">MageForge</span>';
505
return brandingDiv;
506
},
507
0 commit comments