Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FavIcon Inconsistency Across React Pages #952

Closed
erinz2020 opened this issue Dec 19, 2024 · 0 comments · Fixed by #953
Closed

FavIcon Inconsistency Across React Pages #952

erinz2020 opened this issue Dec 19, 2024 · 0 comments · Fixed by #953
Assignees
Labels
bug something's broken!

Comments

@erinz2020
Copy link
Contributor

erinz2020 commented Dec 19, 2024

Description:
There is an issue with the favicon display across react pages. Only a subset of the pages correctly show the intended favicon in the browser tab title. The remaining pages are displaying the default favicon instead of the intended one.

Steps to Reproduce:

  1. Navigate to multiple react pages.
  2. Observe the favicon displayed in the browser tab title for each page.

Expected Result:
All pages should display the intended favicon consistently.

Actual Result:
Some pages display the intended favicon, while others display the default icon.

Additional Info:
useDocumentTitle should be called in App.jsx or FrontDesk.jsx, not only in certain page file

@erinz2020 erinz2020 added the bug something's broken! label Dec 19, 2024
@erinz2020 erinz2020 self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something's broken!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant