Skip to content

Fix #122: Add link to testimonial avatar - #711

Open
sanketkokate712 wants to merge 1 commit into
containers:mainfrom
sanketkokate712:fix-issue-122
Open

Fix #122: Add link to testimonial avatar#711
sanketkokate712 wants to merge 1 commit into
containers:mainfrom
sanketkokate712:fix-issue-122

Conversation

@sanketkokate712

Copy link
Copy Markdown

Fixes #122

Copilot AI lite review requested due to automatic review settings August 18, 2026 04:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Warning

Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.

Adds a clickable link around the testimonial avatar to address #122.

Changes:

  • Wrap the avatar <img> in an <a> pointing to props.path.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +29 to +30
<a href={props.path}>
<img src={`${props.avatar}`} alt="user avatar" className="h-fit w-fit max-w-16 max-h-16 rounded-full" />
<div className="order-first">
<img src={`${props.avatar}`} alt="user avatar" className="h-fit w-fit max-w-16 max-h-16 rounded-full" />
<a href={props.path}>
<img src={`${props.avatar}`} alt="user avatar" className="h-fit w-fit max-w-16 max-h-16 rounded-full" />
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.

Can't add link to testimonial avatar

2 participants