telegram bot link

This commit is contained in:
Dobromir Popov
2024-02-28 14:32:58 +02:00
parent f048fc553b
commit 921b5d01b5
2 changed files with 14 additions and 0 deletions

View File

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