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;
|
||||
titleSegments?: TitleSegment[];
|
||||
description: string;
|
||||
<a href='https://www.instagram.com/aaa' target='_blank' rel='noopener noreferrer'>
|
||||
<button className='instagram-button'>Instagram</button>
|
||||
</a>
|
||||
tag?: string;
|
||||
tagIcon?: LucideIcon;
|
||||
buttons?: ButtonConfig[];
|
||||
|
||||
Reference in New Issue
Block a user