add bot to guild in new tab, guild id in muted text colour

This commit is contained in:
Corban-Lee Jones 2024-06-05 14:19:44 +01:00
parent 1306ea684a
commit c9bbae6477

View File

@ -32,7 +32,7 @@
<img src="..." alt="Selected Server Icon" class="rounded-3 selected-server-icon">
<div class="ms-3" style="min-width: 0">
<h3 class="mb-0 selected-server-name text-truncate"></h3>
<h5 class="mb-0 selected-server-id text-truncate"></h5>
<h5 class="mb-0 selected-server-id text-truncate text-body-secondary"></h5>
</div>
</div>
</div>
@ -42,7 +42,7 @@
<i class="bi bi-warning"></i>
<span>
<strong>Warning:</strong>
The Bot isn't a member of this server, please <a href="" class="alert-link">invite the bot</a> to use it.
The Bot isn't a member of this server, please <a href="" class="alert-link" target="_blank">invite the bot</a> to use it.
</span>
<button type="button" class="btn-close ms-auto" data-bs-dismiss="alert" aria-label="Close"></button>