We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
The twitter display picture for some users is not showing on the testimonial section
Sorry, something went wrong.
@mairin can you please post steps to reproduce the bug? I am finding it difficult to reproduce.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: