From 0d4e3b216ffd1b2cfe5840be5bb6025a480096c1 Mon Sep 17 00:00:00 2001 From: Sweta Agarwalla <105535990+sweta1308@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:10:26 +0530 Subject: [PATCH] update the get started url and fix the scroll (#149) --- src/components/NavbarDev/NavbarStrip.component.tsx | 2 +- src/components/Testimonials/Testimonials.tsx | 4 ++-- src/components/TryOpenMetadata/TryOpenMetadata.tsx | 2 +- src/pages/development.tsx | 2 +- src/styles/globals.css | 6 ++++++ 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/NavbarDev/NavbarStrip.component.tsx b/src/components/NavbarDev/NavbarStrip.component.tsx index 224c780..6f634e6 100644 --- a/src/components/NavbarDev/NavbarStrip.component.tsx +++ b/src/components/NavbarDev/NavbarStrip.component.tsx @@ -19,7 +19,7 @@ const NavbarStrip = () => { Get Started diff --git a/src/components/Testimonials/Testimonials.tsx b/src/components/Testimonials/Testimonials.tsx index 5ae4243..a30656a 100644 --- a/src/components/Testimonials/Testimonials.tsx +++ b/src/components/Testimonials/Testimonials.tsx @@ -78,14 +78,14 @@ const Testimonials = () => {
left-box-svg -
+

Trusted Across Industries

diff --git a/src/components/TryOpenMetadata/TryOpenMetadata.tsx b/src/components/TryOpenMetadata/TryOpenMetadata.tsx index 0782b9a..de18dc8 100644 --- a/src/components/TryOpenMetadata/TryOpenMetadata.tsx +++ b/src/components/TryOpenMetadata/TryOpenMetadata.tsx @@ -5,7 +5,7 @@ import Link from "next/link"; const TryOpenMetadata = () => { return (
-
+

Different ways to try out{" "} OpenMetadata diff --git a/src/pages/development.tsx b/src/pages/development.tsx index 68fccf0..1063f34 100644 --- a/src/pages/development.tsx +++ b/src/pages/development.tsx @@ -14,7 +14,7 @@ import Head from "next/head"; const Development = () => { const handleTryOpenMetadataClick = () => { const element = document.querySelector("#try-openmetadata"); - element?.scrollIntoView({ behavior: "smooth", block: "center" }) + element?.scrollIntoView({ behavior: "smooth", block: "end" }) } return ( diff --git a/src/styles/globals.css b/src/styles/globals.css index 58beb91..2556f7c 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -53,6 +53,12 @@ p{ @apply bg-gradient-to-b from-[#F1EDFD] to-white } +@media (max-width: 767px) { + .slick-slider .slick-dots li { + margin: 0 0.2rem; + } +} + @media (min-width: 576px) { .container-sm, .container {