### Description Because Discussion [uses LearningHeader](https://github.com/openedx/frontend-app-discussions/blob/master/src/discussions/discussions-home/DiscussionsHome.jsx#L11-L11), it needs to implement an independent HeaderSlot that wraps it, much like [how Learning does it](https://github.com/openedx/frontend-app-learning/blob/master/src/plugin-slots/HeaderSlot/index.jsx#L6-L29). At this moment there's no way to override the full header using a plugin.
Description
Because Discussion uses LearningHeader, it needs to implement an independent HeaderSlot that wraps it, much like how Learning does it.
At this moment there's no way to override the full header using a plugin.