Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Conversation

@ninadvyas
Copy link
Contributor

Closes #310 Add Links to Partner Icons : #310

Changes proposed

  • Added links to the partner icons

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots of #310

Screenshot 2023-12-16 at 3 21 25 PM

@vercel
Copy link

vercel bot commented Dec 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 29, 2023 3:24pm

@ninadvyas ninadvyas changed the title [FEATURE] Add Links to Partner Icons #310 [FEATURE] Add Links to Partner Icons Dec 17, 2023
>
{group.map((company) => (
<li key={company.name} className="flex">
<a href={company.href} target="_blank" title={company.title}>
Copy link
Member

Choose a reason for hiding this comment

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

Please use the nextjs link tag!

@ninadvyas
Copy link
Contributor Author

@xkrishguptaa I have made changes accordingly as you said.

Copy link
Member

@kkrishguptaa kkrishguptaa left a comment

Choose a reason for hiding this comment

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

Did you import the link tag? Because I do not see it in the imports?

Comment on lines 38 to 46
<Link href={company.href} target="_blank" title={company.title}>
<Image
src={company.logo}
alt={company.name}
unoptimized
width="50"
/>
</Link>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<Link href={company.href} target="_blank" title={company.title}>
<Image
src={company.logo}
alt={company.name}
unoptimized
width="50"
/>
</Link>
<Link href={company.href} target="_blank" title={company.title}>
<Image
src={company.logo}
alt={company.name}
unoptimized
width="50"
/>
</Link>

@ninadvyas
Copy link
Contributor Author

@xkrishguptaa link tag already there imported at first line of the file. Waiting for the feedback.

Copy link
Member

@kkrishguptaa kkrishguptaa left a comment

Choose a reason for hiding this comment

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

Ah okay! sorry missed it earlier, thank you for the contribution

@kkrishguptaa kkrishguptaa merged commit 257892e into EddieHubCommunity:main Dec 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants