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

Can't add link to testimonial avatar #122

Open
mairin opened this issue May 13, 2023 · 2 comments
Open

Can't add link to testimonial avatar #122

mairin opened this issue May 13, 2023 · 2 comments

Comments

@mairin
Copy link
Member

mairin commented May 13, 2023

Hey @lilyx13 - I tried adding the same a href as is shown below wrapped around the Icon here but it doesn't seem to do anything - any ideas?

function Testimonial(props: TestimonialProps) {
  return (
    <article className="mx-2 my-4 max-w-sm rounded-sm bg-white p-4 shadow-lg dark:bg-gray-900">
      <div className="flex items-center gap-3">
        <div className="mt-2 mb-2">
          <div className="flex items-center gap-2">
            <h3 className="text-lg font-bold">{props.name}</h3>
            <Icon icon={`logos:${props.social}`} className="text-2xl" />
          </div>
          <a href={props.path} className=" text-gray-700 no-underline hover:no-underline hover:font-semibold">
            {props.handle}
          </a>
        </div>
@cgiradkar
Copy link
Collaborator

The twitter display picture for some users is not showing on the testimonial section

@cgiradkar
Copy link
Collaborator

@mairin can you please post steps to reproduce the bug? I am finding it difficult to reproduce.

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

No branches or pull requests

2 participants