more
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
import legalTechFlip from "../Assets/Images/legalTechFlip.jpg";
|
||||
const MobileContent = ({ isDashboard }) => {
|
||||
const copy = isDashboard ? (
|
||||
<div>
|
||||
<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 className="mobile-text-dashboard">
|
||||
Please login on your desktop device to use all of the functions your
|
||||
Dashboard.
|
||||
</p>
|
||||
</div>
|
||||
<>
|
||||
<div>
|
||||
<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 className="mobile-text-dashboard">
|
||||
Please login on your desktop device to use all of the functions your
|
||||
Dashboard.
|
||||
</p>
|
||||
</div>
|
||||
<div></div>
|
||||
</>
|
||||
) : (
|
||||
"Novodraft is a desktop application. Please login on your desktop device to use this feature."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user