Skip to content

Commit

Permalink
:inc++
Browse files Browse the repository at this point in the history
  • Loading branch information
Qodestackr committed Sep 5, 2023
1 parent 2e40258 commit c91b1d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added src/assets/images/_mobile-appstore-download.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/mobile-appstore-download.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/layouts/common/mobile-section/MobileLayoutSection.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Button } from "@/core/components";
import GooglePlayIMG from "@assets/images/google-play-badge.png"
import AppleStoreIMG from "@assets/svg/apple-store.svg"
import MobileAppStoreIMGSample from "@assets/images/_mobile-appstore-download.jpg"
import { Link } from "react-router-dom";


Expand All @@ -25,7 +26,7 @@ export default function MobileLayoutSection() {
</p>
<p>Download the App on Google Play or the App Store.</p>

<div className="w-5/12 flex justify-center items-center">
<div className="w-5/12 flex flex-col md:flex-row justify-center items-center mt-2">
<Link to={"/"}>
<img src={GooglePlayIMG} alt="Google Play Store Download" className="w-[200px] h-[52px]" />
</Link>
Expand All @@ -37,9 +38,8 @@ export default function MobileLayoutSection() {
</div>

{/* */}
<div>
MOBILE IMAGE
<img src="" alt="" />
<div className="">
<img src={MobileAppStoreIMGSample} alt="Appstore mobile app" className="w-[6/12] bg-white h-[450px]" />
</div>
{/* */}
</div>
Expand Down

0 comments on commit c91b1d6

Please sign in to comment.