This commit is contained in:
Kenneth Jannette
2024-02-16 00:16:34 -06:00
parent af802b2620
commit bde29cf4a1
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
import legalTechFlip from "../Assets/Images/legalTechFlip.jpg";
import { ExclamationTriangle } from "react-bootstrap-icons";
const MobileContent = ({ isDashboard }) => {
const copy = isDashboard ? (
@@ -26,7 +25,10 @@ const MobileContent = ({ isDashboard }) => {
<>
<div className="mobile-divider"></div>
<div className="features-top-mobile-img">
<img className="features-image-one" src={legalTechFlip} />
<img
className="features-image-one"
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/79eafada-1517-43a6-99f1-d3e2b0da8200/public"
/>
</div>
</>
) : (