Skip to content

[BUG] "About" page maintains a separate theme context from the rest of the site #663

@UjjwalTomar0808

Description

@UjjwalTomar0808

Describe the bug
The website appears to have two independent theme states: one for the "About" page and another one that is shared among all other pages. Changing the theme on a regular page (like the homepage or FAQ) does not affect the theme on the "About" page, and vice-versa. This creates a disjointed experience where the user must set their preferred theme in two different places to have a consistent look across the site.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the main page or FAQ page. Let's assume it starts in Light Mode.
  2. Click the theme toggle to switch this page to Dark Mode.
  3. Now, navigate to the 'About' page. Observe that it is still in Light Mode, as it has its own separate theme context.
  4. While on the 'About' page, click its theme toggle to switch it to Dark Mode.
  5. Navigate back to the FAQ page. It will still be in Dark Mode (from Step 2), unaffected by the change you just made on the 'About' page.
  6. This confirms that the two sections of the site have independent theme controls.

Video:

REC-20250921165516.mp4

Additional Note:
I would like to work on this issue. Please assign it to me so I can fix it

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions