Skip to content

Commit

Permalink
Fixed a few minor bugs
Browse files Browse the repository at this point in the history
* channel name spacing fixed
* redundant tag removed
  • Loading branch information
emilkovacev committed Dec 6, 2022
1 parent 3336a75 commit a251bea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions web/static/css/web.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ b {
.channel {
font-weight: var(--heavy);
color: var(--blue);
display: inline;
}
2 changes: 0 additions & 2 deletions web/templates/announcements.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

{% block content %}
<h1>Announcements</h1>
<h3>Stats</h3>

{% for ann in announcements %}
<div class="discord-announcement">
{{ ann['createdAt']}}<br>
Expand Down

0 comments on commit a251bea

Please sign in to comment.