From fc5522d11c3a08d91b8bbe8e6bec8125b9a96833 Mon Sep 17 00:00:00 2001 From: SumantxD Date: Sat, 20 May 2023 10:55:00 -0500 Subject: [PATCH] fix: fixing visibility issue Signed-off-by: SumantxD --- components/Carousel.js | 2 +- pages/index.js | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/Carousel.js b/components/Carousel.js index 325745bb894a..1e89842e3a02 100644 --- a/components/Carousel.js +++ b/components/Carousel.js @@ -58,7 +58,7 @@ export default function Carousel({ index !== current && index < current ? "-translate-x-full" : "" } w-full transition-all duration-700`} > - {!item.video ? item.element : null} + {!item.video ? React.cloneElement(item.element, { alt: "Carousel Image" }) : null} {index === current && item.video ? item.element : null}
+
@@ -239,7 +239,7 @@ function HomePage() {

Microservices underline the need for event-based communication in distributed architectures. AsyncAPI brings the richness of the REST API ecosystem to asynchronous APIs.

Matt McLarty

-

Global Leader of API Strategy at MuleSoft

+

Global Leader of API Strategy at MuleSoft

@@ -249,7 +249,7 @@ function HomePage() { }, { element: ( -
+
@@ -258,7 +258,7 @@ function HomePage() {

Event-driven APIs need love too! AsyncAPI brings the many benefits of a machine/human readable specification to these nuanced approaches.

Bill Doerrfeld

-

Editor in Chief at Nordic APIs

+

Editor in Chief at Nordic APIs

@@ -268,7 +268,7 @@ function HomePage() { }, { element: ( -
+
@@ -277,7 +277,7 @@ function HomePage() {

Developers need to be able to quickly and consistently create event-driven applications that provide business value and react to customer needs in realtime. I can't count how many times I've heard developers ask for OpenAPI/Swagger style tools for the asynchronous and event driven world, and that is exactly what the AsyncAPI initiative is making a reality.

Jonathan Schabowsky

-

Sr. Architect, Office of the CTO at Solace

+

Sr. Architect, Office of the CTO at Solace

@@ -287,7 +287,7 @@ function HomePage() { }, { element: ( -
+
@@ -296,7 +296,7 @@ function HomePage() {

We’ve been focusing on event-driven APIs since 2014 and thank the AsyncAPI contributors everyday for driving the community towards common standards.

Eric Horesnyi

-

CEO at Streamdata.io

+

CEO at Streamdata.io