From 178be1cde78f5a698c6cb64ee9ae34a1eec8adf5 Mon Sep 17 00:00:00 2001 From: Aviral Asthana Date: Fri, 20 Sep 2024 19:00:20 +0530 Subject: [PATCH] Refactor styling in data-card.js, header.js, and index.js Signed-off-by: Aviral Asthana --- src/components/Call-To-Actions/CTA_Bottom/index.js | 2 +- src/components/PlanCard/index.js | 6 +++--- src/components/SistentNavigation/pagination.js | 2 +- src/components/specs/data-card.js | 2 +- src/components/specs/index.js | 6 +++--- src/sections/AWS-Diagram/header.js | 4 ++-- src/sections/Cloud-Native-Catalog/header.js | 4 ++-- src/sections/Community/Members-grid/index.js | 4 ++-- .../Brand/Brand-components/social-backgrounds.js | 2 +- src/sections/FeatureHero/index.js | 2 +- src/sections/GCP-Diagram/header.js | 2 +- src/sections/Home/Banner-4/index.js | 2 +- src/sections/Home/CloudNativeManagement/index.js | 2 +- src/sections/Home/Playground-home/index.js | 4 ++-- .../Individual-Integrations/CatalogGrid.js | 2 +- .../Individual-Integrations/cta-performance.js | 2 +- src/sections/Meshery/index.js | 2 +- src/sections/Playground/playground-features.js | 4 ++-- src/sections/Products/index.js | 2 +- .../Projects/Sistent/components/button/guidance.js | 10 +++++----- .../Projects/Sistent/components/button/index.js | 12 ++++++------ .../Projects/Sistent/components/modal/index.js | 2 +- .../Sistent/components/text-input/guidance.js | 4 ++-- .../Sistent/components/text-input/index.js | 6 +++--- .../Projects/Sistent/identity/color/code.js | 14 +++++++------- .../Sistent/identity/typography/guidance.js | 4 ++-- .../Projects/Sistent/identity/typography/index.js | 4 ++-- src/sections/SolutionHero/index.js | 4 ++-- src/sections/z_other/About-hosting/index.js | 2 +- src/sections/z_other/Banner-classic/index.js | 2 +- src/sections/z_other/Banner-hosting/index.js | 2 +- src/sections/z_other/Banner-modern/index.js | 2 +- src/sections/z_other/Faq-Classic/index.js | 2 +- src/sections/z_other/Faq-hosting/index.js | 2 +- src/sections/z_other/Getapp/index.js | 2 +- src/sections/z_other/Integrations/index.js | 2 +- 36 files changed, 66 insertions(+), 66 deletions(-) diff --git a/src/components/Call-To-Actions/CTA_Bottom/index.js b/src/components/Call-To-Actions/CTA_Bottom/index.js index a3b3e29d4470..3770df74fd08 100644 --- a/src/components/Call-To-Actions/CTA_Bottom/index.js +++ b/src/components/Call-To-Actions/CTA_Bottom/index.js @@ -86,7 +86,7 @@ const CTA_Bottom = ({ alt, button_text, category, content, external_link, image,

{content ? content : defaultContent}

)} - diff --git a/src/components/SistentNavigation/pagination.js b/src/components/SistentNavigation/pagination.js index 3814d1618a7d..00099891402e 100644 --- a/src/components/SistentNavigation/pagination.js +++ b/src/components/SistentNavigation/pagination.js @@ -16,7 +16,7 @@ const SistentPagination = () => { return ( {currentPage > 0 ? ( - ) : null} diff --git a/src/components/specs/data-card.js b/src/components/specs/data-card.js index 1c7c350f7a7e..0e26b58adae7 100644 --- a/src/components/specs/data-card.js +++ b/src/components/specs/data-card.js @@ -45,7 +45,7 @@ const DataCard = () => { return ( - +
  • diff --git a/src/components/specs/index.js b/src/components/specs/index.js index 15ed6c504996..fb1487be0065 100644 --- a/src/components/specs/index.js +++ b/src/components/specs/index.js @@ -11,14 +11,14 @@ const HowMesheryWorksSpecs = ({ title, desc, btnUrl }) => {
    - +

    {title}

    {desc}

    diff --git a/src/sections/Cloud-Native-Catalog/header.js b/src/sections/Cloud-Native-Catalog/header.js index e7c26bd03795..6802dd807f3f 100644 --- a/src/sections/Cloud-Native-Catalog/header.js +++ b/src/sections/Cloud-Native-Catalog/header.js @@ -84,10 +84,10 @@ const Header = () => {

    diff --git a/src/sections/Community/Members-grid/index.js b/src/sections/Community/Members-grid/index.js index bf1143a59893..6a7f5efb5da3 100644 --- a/src/sections/Community/Members-grid/index.js +++ b/src/sections/Community/Members-grid/index.js @@ -162,7 +162,7 @@ const MembersGrid = (props) => { primary className="banner-btn memberProfileBtn" title="Collect Badges" - url="https://badges.layer5.io/" + $url="https://badges.layer5.io/" $external={true} > @@ -172,7 +172,7 @@ const MembersGrid = (props) => { secondary className="banner-btn two memberProfileBtn" title="Join the Community" - url="https://slack.layer5.io" + $url="https://slack.layer5.io" > diff --git a/src/sections/Company/Brand/Brand-components/social-backgrounds.js b/src/sections/Company/Brand/Brand-components/social-backgrounds.js index 337df577d487..20cf2fa00530 100644 --- a/src/sections/Company/Brand/Brand-components/social-backgrounds.js +++ b/src/sections/Company/Brand/Brand-components/social-backgrounds.js @@ -28,7 +28,7 @@ const SocialBackgrounds = () => { - + Layer5 Social backgrounds diff --git a/src/sections/FeatureHero/index.js b/src/sections/FeatureHero/index.js index 047a1931b0ac..2bb9328dea16 100644 --- a/src/sections/FeatureHero/index.js +++ b/src/sections/FeatureHero/index.js @@ -34,7 +34,7 @@ const FeatureHero = (props) => {

    {props.data.heading}

    {props.data.sub_heading}

    diff --git a/src/sections/Meshery/index.js b/src/sections/Meshery/index.js index 0e389f8d55b2..b201032c92b7 100644 --- a/src/sections/Meshery/index.js +++ b/src/sections/Meshery/index.js @@ -45,7 +45,7 @@ const MesheryPage = () => { {/* Meshery the multi-mesh manager */} diff --git a/src/sections/Playground/playground-features.js b/src/sections/Playground/playground-features.js index 8f06acb55024..9c6273c7f523 100644 --- a/src/sections/Playground/playground-features.js +++ b/src/sections/Playground/playground-features.js @@ -87,7 +87,7 @@ const PlaygroundFeatures = () => {

    Design architecture diagrams

    The Whiteboarding and Freestyle Drawing feature introduces versatile drawing capabilities within Playground.
    -
    @@ -100,7 +100,7 @@ const PlaygroundFeatures = () => {

    Brainstorm with Comments

    Playground’s Designer Mode offers a powerful collaboration feature through comments.
    -
    diff --git a/src/sections/Products/index.js b/src/sections/Products/index.js index b7380a623f8e..6ee94c625329 100644 --- a/src/sections/Products/index.js +++ b/src/sections/Products/index.js @@ -280,7 +280,7 @@ const index = () => { - + diff --git a/src/sections/z_other/About-hosting/index.js b/src/sections/z_other/About-hosting/index.js index e524ba6548f7..97660ff92d5c 100644 --- a/src/sections/z_other/About-hosting/index.js +++ b/src/sections/z_other/About-hosting/index.js @@ -16,7 +16,7 @@ const About = () => { img img - + { return ( - + { img - + { - + { Easy and perfect solution for this app - + {data.faqs.map((faq, index) => ( diff --git a/src/sections/z_other/Faq-hosting/index.js b/src/sections/z_other/Faq-hosting/index.js index 88eef14d8e9e..6ed695664058 100644 --- a/src/sections/z_other/Faq-hosting/index.js +++ b/src/sections/z_other/Faq-hosting/index.js @@ -30,7 +30,7 @@ const Faq = () => { img img - +
    appion faq diff --git a/src/sections/z_other/Getapp/index.js b/src/sections/z_other/Getapp/index.js index 88d8206522ec..f85647173159 100644 --- a/src/sections/z_other/Getapp/index.js +++ b/src/sections/z_other/Getapp/index.js @@ -21,7 +21,7 @@ const GetApp = () => { img img - +

    Get the app now!

    diff --git a/src/sections/z_other/Integrations/index.js b/src/sections/z_other/Integrations/index.js index 5ed81a290d6c..286887a3fa87 100644 --- a/src/sections/z_other/Integrations/index.js +++ b/src/sections/z_other/Integrations/index.js @@ -18,7 +18,7 @@ const Integrations = () => { return ( - +