mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Fix font weight in admin reports view
This commit is contained in:
parent
1cb0c030a8
commit
582c922f95
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
@section('section')
|
||||
<div class="title font-weight-bold">
|
||||
<h3 class="">Reports</h3>
|
||||
<h3 class="font-weight-bold">Reports</h3>
|
||||
<p>
|
||||
<span class="pr-3">
|
||||
<span>Open:</span>
|
||||
|
|
Loading…
Reference in a new issue