From 8689793c2b7bfef6ed2bc22347ee351883ef0097 Mon Sep 17 00:00:00 2001 From: mihran113 Date: Thu, 5 Dec 2024 23:26:31 +0400 Subject: [PATCH] [feat] Add new tracking script (rb2b) (#86) --- components/Demos/Demos.tsx | 2 -- components/Features/Features.tsx | 2 -- components/Hero/Hero.tsx | 2 -- components/PricingCard/PricingCard.tsx | 2 -- components/QuickStart/QuickStart.tsx | 2 -- pages/_app.tsx | 38 ++++++++++++++++++++++++++ pages/about-us.tsx | 2 -- pages/blog.tsx | 2 -- 8 files changed, 38 insertions(+), 14 deletions(-) diff --git a/components/Demos/Demos.tsx b/components/Demos/Demos.tsx index 0a044e97..fa76d3e7 100644 --- a/components/Demos/Demos.tsx +++ b/components/Demos/Demos.tsx @@ -24,8 +24,6 @@ const Demos = () => { > Play with Aim before installing it! Check out our demos to see the full functionality - {demosList.map(({ title, description, name, url, imgSrc }) => { diff --git a/components/Features/Features.tsx b/components/Features/Features.tsx index 5ec9bc47..ba1f1d98 100644 --- a/components/Features/Features.tsx +++ b/components/Features/Features.tsx @@ -29,8 +29,6 @@ const Features = () => { Aim provides a performant and beautiful UI for exploring and comparing training runs, prompt sessions. - {stepsList.map(({ name, title, list }) => { return ( diff --git a/components/Hero/Hero.tsx b/components/Hero/Hero.tsx index a6a5a5b6..afe413a8 100644 --- a/components/Hero/Hero.tsx +++ b/components/Hero/Hero.tsx @@ -35,8 +35,6 @@ const Hero = () => { ) enables a UI to compare & observe them and SDK to query them programmatically. -