Skip to content

Commit a251bea

Browse files
committed
Fixed a few minor bugs
* channel name spacing fixed * redundant tag removed
1 parent 3336a75 commit a251bea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

web/static/css/web.css

+1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ b {
6767
.channel {
6868
font-weight: var(--heavy);
6969
color: var(--blue);
70+
display: inline;
7071
}

web/templates/announcements.html

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
{% block content %}
44
<h1>Announcements</h1>
5-
<h3>Stats</h3>
6-
75
{% for ann in announcements %}
86
<div class="discord-announcement">
97
{{ ann['createdAt']}}<br>

0 commit comments

Comments
 (0)