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")
|
? generateResponsiveAttributes(props.src, widths, "/api/images")
|
||||||
: { srcset: "", sizes: "" };
|
: { srcset: "", sizes: "" };
|
||||||
|
|
||||||
console.log({ src: props.src, responsiveAttributes });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span
|
<span
|
||||||
style={{
|
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 {
|
.noisy-gradient::after {
|
||||||
content: "";
|
content: "";
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user