-
-
Notifications
You must be signed in to change notification settings - Fork 122
[FEATURE] Add Links to Partner Icons #320
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/components/Footer.jsx
Outdated
| > | ||
| {group.map((company) => ( | ||
| <li key={company.name} className="flex"> | ||
| <a href={company.href} target="_blank" title={company.title}> |
There was a problem hiding this comment.
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!
|
@xkrishguptaa I have made changes accordingly as you said. |
kkrishguptaa
left a comment
There was a problem hiding this 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?
| <Link href={company.href} target="_blank" title={company.title}> | ||
| <Image | ||
| src={company.logo} | ||
| alt={company.name} | ||
| unoptimized | ||
| width="50" | ||
| /> | ||
| </Link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <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> |
35a71db to
e49f786
Compare
|
@xkrishguptaa link tag already there imported at first line of the file. Waiting for the feedback. |
kkrishguptaa
left a comment
There was a problem hiding this 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
Closes #310Add Links to Partner Icons : #310Changes proposed
Check List (Check all the applicable boxes)
Screenshots of #310