containers / podman.io

The new podman.io design project
https://podman.io/
Apache License 2.0
49 stars 47 forks source link

Can't add link to testimonial avatar #122

Open mairin opened 1 year ago

mairin commented 1 year ago

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 commented 1 year ago

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

cgiradkar commented 1 year ago

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