Skip to content

Commit d79a256

Browse files
committed
feat(home): modal of subscribe entry
Signed-off-by: Innei <tukon479@gmail.com>
1 parent 0acdcc6 commit d79a256

File tree

8 files changed

+373
-96
lines changed

8 files changed

+373
-96
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@
6060
"last 2 Firefox versions"
6161
],
6262
"dependencies": {
63-
"kami-design": "workspace:@mx-space/kami-design@*",
6463
"@floating-ui/react-dom": "1.3.0",
6564
"@formkit/auto-animate": "1.0.0-beta.6",
66-
"@mx-space/api-client": "1.3.2",
65+
"@mx-space/api-client": "1.3.4",
6766
"axios": "0.27.2",
6867
"clsx": "1.2.1",
6968
"css-spring": "4.1.0",
7069
"dayjs": "1.11.7",
7170
"devtools-detector": "2.0.14",
7271
"js-cookie": "3.0.1",
72+
"kami-design": "workspace:@mx-space/kami-design@*",
7373
"lodash-es": "4.17.21",
7474
"markdown-escape": "2.0.0",
7575
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",

packages/kami-design/components/Image/component.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ export const ImageLazy = memo(
106106
ImageProps &
107107
DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>
108108
>((props, ref) => {
109-
useEffect(() => {
110-
console.log('update')
111-
})
112109
const {
113110
defaultImage,
114111
src,

0 commit comments

Comments
 (0)