jslovers / jslovers-official-website

JSLovers Official Website built on Next.js
MIT License
53 stars 47 forks source link

Code: need to rename all page from XPageIndex to page #62

Closed Neha closed 2 weeks ago

Neha commented 3 weeks ago

Describe the bug Currently, in our code we have all pages with function name aboutPageIndex this is not required. We can simply have page or if required then aboutPage

To Reproduce Steps to reproduce the behavior:

  1. Go to code
  2. Click on app folder
  3. Scroll down to any folder
  4. Open page.tsx and see the name of the function

Expected behavior Currently, in our code we have all pages with function name aboutPageIndex this is not required. We can simply have page or if required then aboutPage

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

vignesh-murugan-dev commented 2 weeks ago

Hi Neha,

Can I work on this?