telegram icon and UI

This commit is contained in:
Dobromir Popov
2024-03-02 21:25:11 +02:00
parent 61a564ea55
commit 32a713420e
5 changed files with 15 additions and 6 deletions

View File

@ -25,13 +25,11 @@ const ContactsPage = () => {
</div > */
}
{/* <a href="https://t.me/mwhitnessing_bot" className="inline-flex items-center ml-4" target="_blank">
<img src="content/icons/telegram-svgrepo-com.svg" alt="Телеграм" width="32" height="32" className="align-middle" />
<img src="styles/icons/telegram-svgrepo-com.svg" alt="Телеграм" width="32" height="32" className="align-middle" />
<span className="align-middle">Телеграм</span>
</a> */}
</div >
<FeedbackForm />
</Layout >
);
};