feat(nextjs): create project button #64
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
apps/website/src/app/(marketing)/about-us/_components/our-partners.tsx#L47
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/website/src/app/(marketing)/about-us/_components/our-partners.tsx#L62
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/website/src/app/(marketing)/team/page.tsx#L89
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/website/src/components/platform-hero.tsx#L48
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/website/src/components/platform-hero.tsx#L53
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/nextjs/src/app/(dashboard)/project/[id]/(root)/calendar/_components/project-calendar.tsx#L30
Unexpected any. Specify a different type
|
Lint:
apps/nextjs/src/app/(dashboard)/project/[id]/(root)/calendar/_components/project-calendar.tsx#L31
Unexpected any. Specify a different type
|
Lint:
apps/nextjs/src/app/(dashboard)/project/[id]/(root)/calendar/_components/project-calendar.tsx#L111
Unsafe assignment of an `any` value
|
Lint:
apps/nextjs/src/app/(dashboard)/project/[id]/(root)/calendar/_components/project-calendar.tsx#L112
Unsafe assignment of an `any` value
|
Lint:
apps/nextjs/src/app/(dashboard)/project/[id]/(root)/calendar/_components/project-calendar.tsx#L121
Unsafe assignment of an `any` value
|
Loading