Implement Responsive Footer Section Based on Figma Design #97#102
Merged
Ayoazeez26 merged 6 commits intostakepoint:stagingfrom Mar 27, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Ayoazeez26
requested changes
Mar 24, 2025
Contributor
Ayoazeez26
left a comment
There was a problem hiding this comment.
Please update your code with the appropriate colors, and resolve the conflict you have. Good work so far
src/components/layouts/footer.tsx
Outdated
| <footer className="flex-1 flex flex-col justify-between max-w-4xl mx-auto w-full px-6 py-8"> | ||
| <section className="flex flex-row justify-between items-center my-8 md:my-16 gap-4 md:gap-8"> | ||
| <div className="flex-1"> | ||
| <h2 className="text-xl md:text-2xl font-bold text-blue-900 mb-2">CONTACT</h2> |
Contributor
There was a problem hiding this comment.
Use the appropriate color as indicated on figma
src/components/layouts/footer.tsx
Outdated
| <section className="flex flex-row justify-between items-center my-8 md:my-16 gap-4 md:gap-8"> | ||
| <div className="flex-1"> | ||
| <h2 className="text-xl md:text-2xl font-bold text-blue-900 mb-2">CONTACT</h2> | ||
| <p className="text-blue-900 text-xs md:text-sm font-medium leading-relaxed mb-4 md:mb-8 max-w-xs"> |
Contributor
|
Also, after updating your branch, use the appropriate fonts that have been added |
Contributor
Author
|
Alright @Ayoazeez26. On it 🤝 |
Contributor
Author
|
Done @Ayoazeez26 |
Contributor
|
@AbolareRoheemah please resolve the conflicts on your PR and we're good to go |
Contributor
Author
done @Ayoazeez26 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Created the footer component under components/layout directory
Type of Change
Checklist
Related Issue
Screenshots (if applicable)