From 31c5d9e2763f49e2ce75f8cbc456a9375d923a03 Mon Sep 17 00:00:00 2001 From: Aditya Sharma <70089590+Aditya-eddy@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:38:26 +0530 Subject: [PATCH] feat: add new languages and New Frameworks. (#17) * add new languages Signed-off-by: Aditya-eddy * adding changes Signed-off-by: Aditya-eddy * feat: adding commands to quick installation (#3) * Adding commands to quick installation Signed-off-by: Aditya-eddy * making the rest changes Signed-off-by: Aditya-eddy * correcting changes Signed-off-by: Aditya-eddy * correcting-2 Signed-off-by: Aditya-eddy * Revert "correcting-2" This reverts commit 08bc4c3931715866c32c71c890853a37e7626514. * Revert "correcting changes" This reverts commit 6c570134c9b9e0c2819fc1c1b8135de1f217fb39. * Revert "making the rest changes" This reverts commit 331c37f6d01a467d49245e0c1ea7bc4078d82a39. * Pushing changes Signed-off-by: Aditya-eddy * fixing errors Signed-off-by: Aditya-eddy * Adding changes Signed-off-by: Aditya-eddy * Adding Changes Signed-off-by: Aditya-eddy * adding icons Signed-off-by: Aditya-eddy * updating package.json Signed-off-by: Aditya-eddy * adding installation Signed-off-by: Aditya-eddy --------- Signed-off-by: Aditya-eddy Co-authored-by: Neha Gupta * adding the changes Signed-off-by: Aditya-eddy * removing the comments Signed-off-by: Aditya-eddy --------- Signed-off-by: Aditya-eddy Co-authored-by: Neha Gupta --- components/installation.tsx | 2 +- components/language.tsx | 31 ++++++++++++++++++++++------- public/images/frameworks/csharp.svg | 1 + public/images/frameworks/rust.svg | 1 + 4 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 public/images/frameworks/csharp.svg create mode 100644 public/images/frameworks/rust.svg diff --git a/components/installation.tsx b/components/installation.tsx index f9d32d5c..3251df98 100644 --- a/components/installation.tsx +++ b/components/installation.tsx @@ -159,7 +159,7 @@ const Installation = () => { 3. Test 🧪

- Shut down Database,Redis,Kafka, other services. Keploy don't need + Shut down Database , Redis , Kafka and other services. Keploy don't need those during test.

diff --git a/components/language.tsx b/components/language.tsx index aeecf696..06edb731 100644 --- a/components/language.tsx +++ b/components/language.tsx @@ -1,6 +1,6 @@ -import TestimonialImage from '@/public/images/users/Nutanix_Logo.svg'; -import React, { useState, useEffect } from 'react'; -import Image from 'next/image'; +import TestimonialImage from "@/public/images/users/Nutanix_Logo.svg"; +import React, { useState, useEffect } from "react"; +import Image from "next/image"; export default function Language() { return ( @@ -51,13 +51,13 @@ export default function Language() { {/* Section header */}

- Replicate data from{' '} + Replicate data from{" "} - {' '} + {" "}