more
This commit is contained in:
@@ -2,12 +2,12 @@ import legalTechFlip from "../Assets/Images/legalTechFlip.jpg";
|
||||
const MobileContent = ({ isDashboard }) => {
|
||||
const copy = isDashboard ? (
|
||||
<div>
|
||||
<p>
|
||||
<p className="mobile-text-dashboard">
|
||||
Novodraft is a desktop application. The functionailty of your Dashboard
|
||||
in mobile mode is limited to displaying stats and important
|
||||
notifications.
|
||||
</p>
|
||||
<p>
|
||||
<p className="mobile-text-dashboard">
|
||||
Please login on your desktop device to use all of the functions your
|
||||
Dashboard.
|
||||
</p>
|
||||
@@ -31,7 +31,11 @@ const MobileContent = ({ isDashboard }) => {
|
||||
<div className="mobile-divider"></div>
|
||||
</>
|
||||
)}
|
||||
<div className="mobile-info-heading">{copy}</div>
|
||||
{isDashboard ? (
|
||||
<div className="mobile-info-heading-dashboard">{copy}</div>
|
||||
) : (
|
||||
<div className="mobile-info-heading">{copy}</div>
|
||||
)}
|
||||
<div className="mobile-divider"></div>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user