Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Apply {display: none;} and {flex} to '$homepage' element and '.h…
…omepage' class In 'HomePage.tsx': - Apply {display: flex;}to the '$homepage' element to control its visibility and layout after it has been mounted. In 'HomePage.scss': - Add {display: none;} to the '.homepage' class to ensure it remains hidden initially. - Adjust the responsive styles to control the 'flex-direction' of the '.homepage' class as needed. This fix resolves the issue where the 'HomePage' component briefly appears on the screen before the 'blend-in-out' animation is applied.
- Loading branch information