From 7cac4880816e1bb719fe424e46d1aba2f47fa9fc Mon Sep 17 00:00:00 2001 From: Jamil Date: Sat, 11 May 2024 07:54:21 -0700 Subject: [PATCH] fix various issues (#4956) - various mobile style issues - use `` for shields since `Image` causes icon issues - scroll marquee to right to workaround safari bug --- website/next.config.mjs | 3 --- website/src/app/pricing/_page.tsx | 10 +++++----- website/src/app/pricing/plan_table.tsx | 6 +++--- website/src/components/CustomerLogos/index.tsx | 5 +++-- website/src/components/RootNavbar/index.tsx | 6 +++--- 5 files changed, 14 insertions(+), 16 deletions(-) diff --git a/website/next.config.mjs b/website/next.config.mjs index bfc920bcc..788dc6f3c 100644 --- a/website/next.config.mjs +++ b/website/next.config.mjs @@ -51,9 +51,6 @@ const nextConfig = { images: { dangerouslyAllowSVG: true, remotePatterns: [ - { - hostname: "img.shields.io", - }, { hostname: "github.com", }, diff --git a/website/src/app/pricing/_page.tsx b/website/src/app/pricing/_page.tsx index b43de4cb7..b2bc0c956 100644 --- a/website/src/app/pricing/_page.tsx +++ b/website/src/app/pricing/_page.tsx @@ -16,10 +16,10 @@ export default function _Page() {
-

+

Plans & Pricing

-

+

Pick a plan that best suits your needs. No credit card required to sign up.

@@ -51,7 +51,7 @@ export default function _Page() {
-
+

Starter

@@ -116,7 +116,7 @@ export default function _Page() {
-
+

Team

@@ -191,7 +191,7 @@ export default function _Page() {
-
+

Enterprise

diff --git a/website/src/app/pricing/plan_table.tsx b/website/src/app/pricing/plan_table.tsx index c98fab483..704b16b9f 100644 --- a/website/src/app/pricing/plan_table.tsx +++ b/website/src/app/pricing/plan_table.tsx @@ -811,7 +811,7 @@ export default function PlanTable() { @@ -821,7 +821,7 @@ export default function PlanTable() { @@ -831,7 +831,7 @@ export default function PlanTable() { diff --git a/website/src/components/CustomerLogos/index.tsx b/website/src/components/CustomerLogos/index.tsx index c56220be5..c772b19ec 100644 --- a/website/src/components/CustomerLogos/index.tsx +++ b/website/src/components/CustomerLogos/index.tsx @@ -6,11 +6,12 @@ export default function CustomerLogos() { return ( <>
-

+

Trusted by organizations like

- + {/* Strangely, Safari has animation bugs with the default left direction */} + bunq logo - Github Repo stars