From 91476f40c0b0afc70d956c7ccc4e502c32fc91f7 Mon Sep 17 00:00:00 2001 From: PedroBailaAndrade Date: Tue, 16 Jan 2024 14:19:22 +0000 Subject: [PATCH] Fix dApps name --- _data/pages/dapps.yml | 4 ++-- workspaces/website/src/components/Card/Card.stories.tsx | 2 +- workspaces/website/src/components/HeroImage/HeroImage.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/pages/dapps.yml b/_data/pages/dapps.yml index cc00a0a98a..7818e17fd0 100644 --- a/_data/pages/dapps.yml +++ b/_data/pages/dapps.yml @@ -1,5 +1,5 @@ id: 0dc3d102-0936-433e-9219-f46e3087e396 -title: Dapps +title: dApps template: landing parent_page: /ecosystem/ breadcrumbs: false @@ -7,7 +7,7 @@ page_last_updated: true blocks: - type: hero variant: dapps - title: Dapps + title: dApps description: Discover apps in the Starknet ecosystem across NFTs, Gaming, Defi, DAOs and more. - type: card_list diff --git a/workspaces/website/src/components/Card/Card.stories.tsx b/workspaces/website/src/components/Card/Card.stories.tsx index 5763c36d4e..4b015a26f3 100644 --- a/workspaces/website/src/components/Card/Card.stories.tsx +++ b/workspaces/website/src/components/Card/Card.stories.tsx @@ -846,7 +846,7 @@ color?: = { }; export const HeroImage = ({ - title = "Dapps", + title = "dApps", description = "Starknet sits on top of Ethereum as a layer 2 network. It uses technology called 'STARK Proofs' of transactions.", variant = "dapps", buttonText,