One more border fix.
This commit is contained in:
parent
0648d20b6f
commit
a19e367513
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export function PisModal({
|
|||
<FaTimes />
|
||||
</Button>
|
||||
</div>
|
||||
<hr className="m-1" />
|
||||
<hr className="mt-1 mb-3" />
|
||||
<DevWarning />
|
||||
<h1>Presenter News</h1>
|
||||
{(news === "loading" || news === "not_loaded") && (
|
||||
|
|
Loading…
Reference in a new issue