create-near-app icon indicating copy to clipboard operation
create-near-app copied to clipboard

feat: fixed class vs className incorrect use

Open Markkos89 opened this issue 4 months ago • 1 comments

class prop bad use fix

  • fixed class vs className props incorrect use in the nextjs templates's files image

  • changed class to className prop in:

    • templates/frontend/next-app/src/app/hello-components/page.js
    • templates/frontend/next-page/src/pages/hello-components/index.js
    • templates/frontend/vanilla/src/components.js files

Note: Sorry for the double quotes it's my lint doing some messy trick I will try to fix it

Markkos89 avatar Feb 10 '24 10:02 Markkos89