There is a bug with the current Hero component, when you go to a subpage and then back to a homepage the background is gone.
Potentially due to how NextJS handles routing and the component unmounting and not remounting.
Acceptable Fixes:
- Make the background reload when you go back to the homepage
- switch out the particles background with some other type of background (it was always meant to be temporary until we could replace with our own content)
There is a bug with the current
Herocomponent, when you go to a subpage and then back to a homepage the background is gone.Potentially due to how NextJS handles routing and the component unmounting and not remounting.
Acceptable Fixes: