Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit f4e9992

Browse files
authored
💄 Improved layout (#94)
1 parent 68fb3b0 commit f4e9992

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

resources/views/settings/cards/third-party.blade.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@
5858
<td><i class="fab fa-telegram"></i> Telegram</td>
5959
<td>
6060
@if(auth()->user()->socialProfile->isConnectedTelegram)
61-
{{__('settings.third-party.connected')}}
61+
<span class="font-weight-bold text-success">
62+
<i class="fas fa-check"></i>
63+
{{__('settings.third-party.connected')}}
64+
</span>
65+
<br/>
66+
<span class="text-secondary">
67+
ChatID: {{auth()->user()->socialProfile->telegram_id}}
68+
</span>
6269

6370
<form method="POST" action="{{route('settings.connections.telegram.delete')}}"
6471
class="float-right">

0 commit comments

Comments
 (0)