Skip to content

Commit

Permalink
Doc: remove debug log from addCustomIcon function (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
4dr1en authored Nov 22, 2024
1 parent ff428ba commit fa54c89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
function addCustomIcon(menuId) {
const menu = document.querySelector(menuId);
if (menu && !menu.querySelector('.circle')) {
console.log(`Adding icon to ${menuId}`);
menu.innerHTML += `
<svg class="circle" width='10' height='10' style="margin-top: 4px">
<circle cx='5' cy='5' r='5' fill='#66BF3C' />
Expand Down

0 comments on commit fa54c89

Please sign in to comment.