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

feat: added sponsor section #80

Merged
merged 5 commits into from
Oct 3, 2023

Conversation

jayeshxn
Copy link
Member

@jayeshxn jayeshxn commented Oct 2, 2023

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
  • Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Check your code additions will fail neither code linting checks nor unit test.
  • I have added necessary documentation (if appropriate)

Description

Please describe your pull request.

❤️Thank you!

Post merge checklist

  • Follow steps from the guidelines for contributing to this repository.
  • If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.

@netlify
Copy link

netlify bot commented Oct 2, 2023

Deploy Preview for innowebsite ready!

Name Link
🔨 Latest commit dfe12bf
🔍 Latest deploy log https://app.netlify.com/sites/innowebsite/deploys/651c488cc2f80300081b1257
😎 Deploy Preview https://deploy-preview-80--innowebsite.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

<SponsorContainer key={id}>
<a href={link} target='_blank noopener noreferer'>
<SponsorLogo src={logo} alt={alt} />
<SponsorText color={color}>{type}</SponsorText>
Copy link
Member

Choose a reason for hiding this comment

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

Add a gap b/w them.


const { titleSponsor, sponsors } = Sponsors;
const SponsorSection = () => (
<SponsorSectionContainer>
Copy link
Member

Choose a reason for hiding this comment

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

Wrap it inside section layout see FAQ section.

Copy link
Member Author

Choose a reason for hiding this comment

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

@Shurtu-gal I've made the changes. Please review the PR

Copy link
Member

@Shurtu-gal Shurtu-gal left a comment

Choose a reason for hiding this comment

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

LGTM 🤖

@Shurtu-gal Shurtu-gal merged commit 7b08e60 into dscnitrourkela:main Oct 3, 2023
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants