From 2e4ced27bc9059e188a3afd6dbd9edc4aac3a1e7 Mon Sep 17 00:00:00 2001 From: Waled Khatiz Date: Fri, 30 Aug 2024 11:16:14 +1000 Subject: [PATCH 1/2] fix: Stopping image warp and use next/image tags --- src/components/features.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/features.tsx b/src/components/features.tsx index dcfc642..aa4ea1f 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -87,7 +87,7 @@ export default function Features() {
- Zen Browser + Zen Browser
@@ -142,10 +142,10 @@ export default function Features() { - Zen Browser + Zen Browser
- Zen Browser + Zen Browser

Split Views

Zen Browser allows you to split your view into multiple panes, so you can work on multiple things at once. It's perfect for multitasking.

@@ -208,10 +208,10 @@ export default function Features() {
- Zen Browser + Zen Browser
- Zen Browser + Zen Browser

Introducing Compact Mode

Zen Browser's compact mode gives you more screen real estate by hiding the title bar and tabs. It's perfect for when you need to focus on your work.

From f4492f05ce584fc93f301a3a85ca5e4b6b0c5f40 Mon Sep 17 00:00:00 2001 From: mohvn Date: Fri, 30 Aug 2024 09:08:53 -0300 Subject: [PATCH 2/2] fix: adjusting the website's responsiveness --- src/components/features.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/features.tsx b/src/components/features.tsx index f520d76..c6f7f7e 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -87,9 +87,12 @@ export default function Features() {
- Zen Browser +
+
+ Zen Browser
+
@@ -142,10 +145,10 @@ export default function Features() {
- Zen Browser + Zen Browser
- Zen Browser + Zen Browser

Split Views

Zen Browser allows you to split your view into multiple panes, so you can work on multiple things at once. It's perfect for multitasking.

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

- +
@@ -208,10 +211,10 @@ export default function Features() { - Zen Browser + Zen Browser
- Zen Browser + Zen Browser

Introducing Compact Mode

Zen Browser's compact mode gives you more screen real estate by hiding the title bar and tabs. It's perfect for when you need to focus on your work.