mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-12 19:06:13 +00:00
Center modal title
This commit is contained in:
parent
42bc4ab7d3
commit
9869b00fe0
|
@ -38,7 +38,7 @@ class AdultConsentModalInner extends Component<AdultConsentModalProps, any> {
|
||||||
data-bs-backdrop="static"
|
data-bs-backdrop="static"
|
||||||
>
|
>
|
||||||
<div className="modal-content">
|
<div className="modal-content">
|
||||||
<header className="modal-header text-center">
|
<header className="modal-header justify-content-center">
|
||||||
<h3 className="modal-title">Content Warning</h3>
|
<h3 className="modal-title">Content Warning</h3>
|
||||||
</header>
|
</header>
|
||||||
{redirectCountdown === Infinity ? (
|
{redirectCountdown === Infinity ? (
|
||||||
|
|
Loading…
Reference in a new issue