feat: remove some console.logs

This commit is contained in:
max_richter 2023-08-11 17:22:16 +02:00
parent 3aa96dcef3
commit e666664924
2 changed files with 11 additions and 2 deletions

View File

@ -45,8 +45,6 @@ const Image = (
? generateResponsiveAttributes(props.src, widths, "/api/images")
: { srcset: "", sizes: "" };
console.log({ src: props.src, responsiveAttributes });
return (
<span
style={{

View File

@ -22,6 +22,17 @@
}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.noisy-gradient::after {
content: "";
top: 0;