added telegram UI on user form (admins)
This commit is contained in:
@ -282,6 +282,10 @@ export default function PublisherForm({ item, me }) {
|
||||
|
||||
</select>
|
||||
</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" />
|
||||
<span className="align-middle">Телеграм</span>
|
||||
</a>
|
||||
</ProtectedRoute>
|
||||
{/* ---------------------------- Actions --------------------------------- */}
|
||||
<div className="panel-actions">
|
||||
|
Reference in New Issue
Block a user