Skip to content

Commit

Permalink
Merge branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
iMidnights committed Jul 3, 2023
2 parents 13ce4c5 + ed7b109 commit e129ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/commands.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<% } %>
<% if(!category.hideAlias) { %>
<th class="text-center text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">
<%- req.locales?.commands?.commandAlias || "Aliases" %>Aliases
<%- req.locales?.commands?.commandAlias || "Aliases" %>
</th>
<% } %>
<th class="text-secondary opacity-7"></th>
Expand Down
2 changes: 1 addition & 1 deletion views/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<h6 class="font-weight-bolder mb-0"><%- req.locales?.partials?.navbar?.pages?.manage || "Manage Guilds" %></h6>
</nav>
<div class="collapse navbar-collapse mt-sm-0 mt-2 me-md-0 me-sm-4" id="navbar">*-
<div class="collapse navbar-collapse mt-sm-0 mt-2 me-md-0 me-sm-4" id="navbar">
<div class="ms-md-auto pe-md-3 d-flex align-items-center">
</div>
<ul class="navbar-nav justify-content-end">
Expand Down

0 comments on commit e129ade

Please sign in to comment.