Open TanutsaponJ opened 4 months ago
Resolved merge conflicts before reviewing.
For future work from your forked version of the project, please make sure to pull the current version of main from this repo before starting any work. There were a lot of merge conflicts that were mostly just due to your branch being out of date.
Title: [Refactor] SectionHeader Component and Add Smooth Scrolling
Description
Summary
This pull request includes the following changes:
SectionHeader
Component: Added a prop for the text direction and updated the corresponding CSS styles inindex.css
.react-scroll
package to implement smooth scrolling functionality for an enhanced user experience.Motivation
SectionHeader
component needed more flexibility to handle different text directions, improving the overall design consistency.Changes
SectionHeader Component:
index.css
to accommodate the new prop and ensure proper styling based on the text direction.Smooth Scrolling:
react-scroll
package.react-scroll
to enhance the navigation experience.Testing
SectionHeader
component correctly applies text direction based on the new prop.Related Issues
Additional Information
Screenshots
https://github.com/chingu-voyages/v49-tier2-team-18/assets/114305352/661ebefc-b551-4bea-9b18-839ea9dbe449
Checklist
Request for Review
Please review the changes and provide any feedback. If everything looks good, we can proceed with merging this PR into the development branch.