From a23ae8025bd4bf003a5219e3a7d17701657caf47 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:59:12 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(www):=20Fix=20GPU=20lines=20?= =?UTF-8?q?on=20iOS=20(#183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description I am trying to fix a bug where the `Bring your own GPU` landing page feature is broken on iOS ## Related Issues ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [x] I have updated relevant documentation - [x] My code follows the project's coding style - [x] My changes generate no new warnings/errors ## Notes for Reviewers ## Screenshots/Demo ![IMG_1805 webp](https://github.com/user-attachments/assets/6b268737-243d-4a6d-920e-f86781b53ded) ## Additional Context --- apps/www/src/routes/(public)/index.tsx | 6 +++--- packages/ui/src/react/footer.tsx | 20 +------------------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/apps/www/src/routes/(public)/index.tsx b/apps/www/src/routes/(public)/index.tsx index 2e6e1ee9..6469b9c1 100644 --- a/apps/www/src/routes/(public)/index.tsx +++ b/apps/www/src/routes/(public)/index.tsx @@ -424,7 +424,7 @@ export default component$(() => { -
+
{ }} viewport={{ once: true }} class="w-full flex select-none justify-between max-[600px]:flex-col items-center max-w-[700px] mx-auto my-5 sm:my-20" >
-
+
RTX 4090 @@ -493,7 +493,7 @@ export default component$(() => { Radeon RX 7900
-
+
diff --git a/packages/ui/src/react/footer.tsx b/packages/ui/src/react/footer.tsx index 07b6a9f1..66ee2101 100644 --- a/packages/ui/src/react/footer.tsx +++ b/packages/ui/src/react/footer.tsx @@ -19,7 +19,7 @@ type Props = { export function ReactFooter({ children }: Props) { return ( <> -