Skip to content

Commit

Permalink
Changed labels in guild view for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Apr 9, 2023
1 parent 4128144 commit 57dc199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/guild.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<img src="<%= locals.banner %>" alt="Banner" style="margin-bottom: 2rem; width: 100%; border-radius: 5px;">
</a>
<% } %>
<p><strong>ID</strong>: <span class="resulth"><%= locals.id %></span></p>
<p><strong>Name</strong>: <span class="resulth" style="color: #e49aff;"><%= locals.name %></span></p>
<p><strong>Guild ID</strong>: <span class="resulth"><%= locals.id %></span></p>
<p><strong>Guild Name</strong>: <span class="resulth" style="color: #e49aff;"><%= locals.name %></span></p>
<p><strong>Instant Invite</strong>: <span class="resulth"><a href="<%= locals.invite %>"><%= locals.invite?.split('/')[4] %></a></span></p>
<p><strong>Instant Invite Channel</strong>: <span class="resulth"><a href="<%= locals.inviteChannel %>"><%= locals.channelName %></a></span></p>
<p><strong>NSFW</strong>: <span class="resulth" style="color: #FFD966;"><%= locals.nsfw ? `Yes` : `No` %></span></p>
Expand Down

0 comments on commit 57dc199

Please # to comment.