Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socials banner image update #66

Merged
merged 3 commits into from
Feb 1, 2025
Merged

socials banner image update #66

merged 3 commits into from
Feb 1, 2025

Conversation

v1viant12
Copy link
Collaborator

image

@v1viant12 v1viant12 self-assigned this Jan 29, 2025
@v1viant12 v1viant12 linked an issue Jan 29, 2025 that may be closed by this pull request
@@ -1,5 +1,11 @@
const Socials = () => {
return <div>socials comps here</div>;
import Social from "@/components/socials/Social";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import Social from "@/components/socials/Social";
import SocialBanner from "@/components/socials/Social";

update the name for clarity; there's going to be more comps called here


const SocialBanner = () => {
return (
<div className="relative flex w-full overflow-hidden">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div className="relative flex w-full overflow-hidden">
<div className="w-full">

all those classes do nothing so remove them

@stanleylew5 stanleylew5 merged commit 50f8849 into dev Feb 1, 2025
5 checks passed
@stanleylew5 stanleylew5 deleted the vivian/socialsbanner branch February 1, 2025 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add socials page banner
3 participants