From 1c1c7f296e0902d5860fbe4adc3ea3f7233f46d3 Mon Sep 17 00:00:00 2001 From: Joseph Fajen Date: Wed, 31 Jan 2024 11:50:36 -0800 Subject: [PATCH] removed div tag to widen introduction column --- src/components/Topics/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Topics/index.tsx b/src/components/Topics/index.tsx index 9fd0963..55cd316 100644 --- a/src/components/Topics/index.tsx +++ b/src/components/Topics/index.tsx @@ -15,7 +15,7 @@ function Topics() { return (
-
+

Marlowe is a pioneering ecosystem within the Cardano blockchain, designed to cater to both seasoned developers and those with limited coding experience.
@@ -31,7 +31,7 @@ function Topics() {
The TypeScript SDK (TS-SDK) for Marlowe is an extensive toolkit that supports developers in building and integrating decentralized applications (DApps) with Marlowe smart contracts. The TS-SDK includes JavaScript and TypeScript libraries that streamline the development process, offering features such as wallet connectivity, integration with the Marlowe Runtime, and abstractions that simplify the interaction between wallets and the Runtime.

-
+

Popular topics