Auto-commit: add instagram button that will lead user to instagram page https://www.instagram.com/aaa to each pho
This commit is contained in:
@@ -28,6 +28,9 @@ interface TestimonialCardTenProps {
|
|||||||
title: string;
|
title: string;
|
||||||
titleSegments?: TitleSegment[];
|
titleSegments?: TitleSegment[];
|
||||||
description: string;
|
description: string;
|
||||||
|
<a href='https://www.instagram.com/aaa' target='_blank' rel='noopener noreferrer'>
|
||||||
|
<button className='instagram-button'>Instagram</button>
|
||||||
|
</a>
|
||||||
tag?: string;
|
tag?: string;
|
||||||
tagIcon?: LucideIcon;
|
tagIcon?: LucideIcon;
|
||||||
buttons?: ButtonConfig[];
|
buttons?: ButtonConfig[];
|
||||||
|
|||||||
Reference in New Issue
Block a user