From 1395a08295fab6c7410134eb7092eb0539766f3a Mon Sep 17 00:00:00 2001 From: Thomas Kunwar <20840228+yathomasi@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:06:18 +0545 Subject: [PATCH] fix: blurry images (#5044) --- .../Home/Hero/GetStarted/GetStartedWithDvc.tsx | 8 +------- .../Home/Hero/GetStarted/GetStartedWithDvcX.tsx | 8 +------- src/components/Home/Hero/HeroSection.tsx | 9 ++++++--- static/img/landing/github.svg | 1 + 4 files changed, 9 insertions(+), 17 deletions(-) create mode 100644 static/img/landing/github.svg diff --git a/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx b/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx index 61ad492e72..0b1685718a 100644 --- a/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx +++ b/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx @@ -1,6 +1,5 @@ import React from 'react' import HeroContainer from '../../../HeroContainer' -import { StaticImage } from 'gatsby-plugin-image' import { cn } from '../../../../utils' import TwoRowsButtonLink from '../../../TwoRowsButton/link' @@ -55,12 +54,7 @@ const GetStartedWithDvc = () => {

Get Started with

- + DVC Logo
diff --git a/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx b/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx index 6ab9fa7abf..36b777e8e5 100644 --- a/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx +++ b/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx @@ -1,6 +1,5 @@ import React from 'react' import HeroContainer from '../../../HeroContainer' -import { StaticImage } from 'gatsby-plugin-image' import { cn } from '../../../../utils' import DvcxSlides from '../../LandingHero/DvcxSlides' import GetOnTheWaitlistForm from '../GetOnTheWaitlist/Form' @@ -10,12 +9,7 @@ const GetStartedWithDvcX = () => {

Get Started with

- + DVCx Logo
diff --git a/src/components/Home/Hero/HeroSection.tsx b/src/components/Home/Hero/HeroSection.tsx index 9ac4b7bfb4..b22d2397de 100644 --- a/src/components/Home/Hero/HeroSection.tsx +++ b/src/components/Home/Hero/HeroSection.tsx @@ -127,9 +127,10 @@ const HeroSection = () => { ) : ( --- )} - @@ -140,6 +141,8 @@ const HeroSection = () => {