From f7b4fe0b09525147139f395df9e588de2ded3f2c Mon Sep 17 00:00:00 2001 From: Bonsung Koo Date: Tue, 4 Feb 2025 08:05:21 +1300 Subject: [PATCH 1/2] Added `app-ads.txt` file on root directory for iOS App. #98 (#99) --- public/app-ads.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/app-ads.txt diff --git a/public/app-ads.txt b/public/app-ads.txt new file mode 100644 index 0000000..46dfddb --- /dev/null +++ b/public/app-ads.txt @@ -0,0 +1 @@ +google.com, pub-2719055739020811, DIRECT, f08c47fec0942fa0 \ No newline at end of file From 802482f785d64f1775f2353e2a635c76528459d0 Mon Sep 17 00:00:00 2001 From: Bonsung Koo Date: Tue, 4 Feb 2025 08:24:37 +1300 Subject: [PATCH 2/2] iOS App download badge is added on footer. #97 (#100) close #97 --- index.html | 1 + src/6_shared/ui/footer/Footer.tsx | 15 ++++++---- src/assets/images/appstore.svg | 46 +++++++++++++++++++++++++++++++ tsconfig.app.json | 1 + vite.config.ts | 1 + 5 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 src/assets/images/appstore.svg diff --git a/index.html b/index.html index 6ff3fa8..f0a2355 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + Surcharges diff --git a/src/6_shared/ui/footer/Footer.tsx b/src/6_shared/ui/footer/Footer.tsx index 2117e6a..08132f1 100644 --- a/src/6_shared/ui/footer/Footer.tsx +++ b/src/6_shared/ui/footer/Footer.tsx @@ -1,16 +1,21 @@ -import { Bonsung } from './bonsung/Bonsung' -import { Petr } from './petr/Petr' +import { Link } from "react-router-dom" +import { Bonsung } from "./bonsung/Bonsung" +import { Petr } from "./petr/Petr" +import appstore from "@assets/images/appstore.svg" export function Footer() { return ( -
-