Skip to content

Commit

Permalink
fix: 🔥 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
odracirdev committed Jul 14, 2024
1 parent dcd6c04 commit 1cf5144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/Button.astro
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const iconSizeMap = {
};
const computedIconSize = iconSizeMap[size];
console.log(afterIcon);
---

{
Expand Down

0 comments on commit 1cf5144

Please sign in to comment.