From df58b92bee48d2e5be59e889f4d5410228b415a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Mon, 12 Aug 2024 15:09:46 +0000 Subject: [PATCH 1/2] refactor: Improve responsiveness of Features component layout --- src/components/features.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/features.tsx b/src/components/features.tsx index 28ed6fb..83d786d 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -176,7 +176,7 @@ export default function Features() {

Built for

-

+

Zen is built with speed in mind. Improving release after release, with new optimizations and technologies to make your browsing experience faster.

We have been working and benchmarking Zen to make it the fastest browser out there.

@@ -185,7 +185,7 @@ export default function Features() {

Privacy is

-

+

Zen is designed with privacy in mind. We found the perfect balance between privacy and functionality, so you can browse the web without worrying about your data.

@@ -195,7 +195,7 @@ export default function Features() {

Security is

-

+

Zen is built with security in mind. We use the latest technologies and security measures that no other firefox-based browser offers.

From ef0c191863c751f4de5bbbea0566ea25f5c8062c Mon Sep 17 00:00:00 2001 From: Lenny <76703996+Lennster1@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:40:33 -0400 Subject: [PATCH 2/2] Update download.tsx change "m1 or m2" to "m series chips" --- src/components/download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index 8e60a87..5e5df29 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -276,7 +276,7 @@ export default function DownloadPage() {
setSelectedArchitecture("specific")} className={ny("select-none w-full h-full mb-2 p-5 flex flex-col items-center rounded-lg bg-background cursor-pointer border", selectedArchitecture === "specific" ? "border-blue-400" : "")}>

🍏

aarch64

-

64-bit ARM architecture, for Apple's M1 or M2 chips

+

64-bit ARM architecture, for Apple's M Series Chips

setSelectedArchitecture("generic")} className={ny("select-none w-full h-full mb-2 ml-10 p-5 flex flex-col items-center rounded-lg bg-background cursor-pointer border", selectedArchitecture === "generic" ? "border-blue-400" : "")}>

x64