feat: remove some console.logs
This commit is contained in:
parent
3aa96dcef3
commit
e666664924
@ -45,8 +45,6 @@ const Image = (
|
||||
? generateResponsiveAttributes(props.src, widths, "/api/images")
|
||||
: { srcset: "", sizes: "" };
|
||||
|
||||
console.log({ src: props.src, responsiveAttributes });
|
||||
|
||||
return (
|
||||
<span
|
||||
style={{
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user