Skip to content

Commit a308eae

Browse files
committed
style: update branding text in inspector
1 parent 336fac7 commit a308eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view/frontend/web/js/inspector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ document.addEventListener('alpine:init', () => {
501501
font-weight: 500;
502502
letter-spacing: 0.025em;
503503
`;
504-
brandingDiv.innerHTML = 'Created with <span style="color: #ff6b6b; font-size: 12px;">🧡</span> by <span style="color: #60a5fa; font-weight: 600;">MageForge</span>';
504+
brandingDiv.innerHTML = 'Made with <span style="color: #ff6b6b; font-size: 12px;">🧡</span> by <span style="color: #60a5fa; font-weight: 600;">MageForge</span>';
505505
return brandingDiv;
506506
},
507507

0 commit comments

Comments
 (0)