Restore TestimonialCardTwo.tsx
This commit is contained in:
@@ -98,27 +98,6 @@ const TestimonialCard = memo(({
|
||||
<Icon className={cls("h-1/2 w-1/2 text-background", iconClassName)} strokeWidth={1} />
|
||||
)}
|
||||
</div>
|
||||
import { FaLinkedin } from 'react-icons/fa';
|
||||
|
||||
const LinkedInIcon = ({ name }) => (
|
||||
<a href={`https://www.linkedin.com/in/${name}`} target='_blank' rel='noopener noreferrer' className='text-blue-500 hover:text-blue-700 ml-2'>
|
||||
<FaLinkedin size={20} />
|
||||
</a>
|
||||
);
|
||||
import { FaLinkedin } from 'react-icons/fa';
|
||||
|
||||
const LinkedInIcon = ({ name }) => (
|
||||
<a href={`https://www.linkedin.com/in/${name}`} target='_blank' rel='noopener noreferrer' className='text-blue-500 hover:text-blue-700 ml-2'>
|
||||
<FaLinkedin size={20} />
|
||||
</a>
|
||||
);
|
||||
import { FaLinkedin } from 'react-icons/fa';
|
||||
|
||||
const LinkedInIcon = ({ name }) => (
|
||||
<a href={`https://www.linkedin.com/in/${name}`} target='_blank' rel='noopener noreferrer' className='text-blue-500 hover:text-blue-700 ml-2'>
|
||||
<FaLinkedin size={20} />
|
||||
</a>
|
||||
);
|
||||
|
||||
<div className="relative z-1 flex flex-col gap-1 mt-1">
|
||||
<h3 className={cls("text-2xl font-medium leading-[1.1]", shouldUseLightText ? "text-background" : "text-foreground", nameClassName)}>
|
||||
@@ -172,7 +151,7 @@ const TestimonialCardTwo = ({
|
||||
textBoxTagClassName = "",
|
||||
textBoxButtonContainerClassName = "",
|
||||
textBoxButtonClassName = "",
|
||||
textBoxButtonTextClassName = "",,
|
||||
textBoxButtonTextClassName = "",
|
||||
}: TestimonialCardTwoProps) => {
|
||||
const theme = useTheme();
|
||||
const shouldUseLightText = shouldUseInvertedText(useInvertedBackground, theme.cardStyle);
|
||||
|
||||
Reference in New Issue
Block a user