From 3ad754edca3bc7523ae92e0865ded08fed3fa0e8 Mon Sep 17 00:00:00 2001 From: Harsh Agrawal Date: Fri, 3 Jun 2022 12:09:22 +0530 Subject: [PATCH] Update styles --- app/components/LogoCard.js | 18 +++++++++--------- app/pages/index.tsx | 10 +++++----- app/styles/globals.css | 19 +++++++++++++++++++ 3 files changed, 33 insertions(+), 14 deletions(-) diff --git a/app/components/LogoCard.js b/app/components/LogoCard.js index e4f6731..bc8449f 100644 --- a/app/components/LogoCard.js +++ b/app/components/LogoCard.js @@ -13,17 +13,17 @@ export default function LogoCard({ item, onClick }) { className="logo-card hover:text-blue-500" > - {item.title} +
+ {item.title} +
- + -

{item.name}

+

{item.name}

diff --git a/app/pages/index.tsx b/app/pages/index.tsx index 22b217d..9d6f434 100644 --- a/app/pages/index.tsx +++ b/app/pages/index.tsx @@ -87,7 +87,7 @@ export default function Home({ tools }: { tools: Array }) { className="mb-4" alt={currentItem.title} /> -

{currentItem.name}

+

{currentItem.full_name || currentItem.name}

{currentItem.description}

@@ -160,7 +160,7 @@ export default function Home({ tools }: { tools: Array }) {
-
+
@@ -174,8 +174,8 @@ export default function Home({ tools }: { tools: Array }) {

Ethereum Developer Tooling Landscape

-

- {`Ethereum and EVM compatible developer tooling landscape`} +

+ {`This landscape represents a comprehensive list of tools that developers use when developing smart contracts on Ethereum and EVM-compatible chains. Scroll horizontally and vertically to view the whole landscape.`}

@@ -192,7 +192,7 @@ export default function Home({ tools }: { tools: Array }) { className="px-2 mt-4 lg:my-0 flex-1" >