Skip to content

Commit

Permalink
Fix dApps name
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBailaAndrade committed Jan 16, 2024
1 parent 0aac719 commit 91476f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/pages/dapps.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
id: 0dc3d102-0936-433e-9219-f46e3087e396
title: Dapps
title: dApps
template: landing
parent_page: /ecosystem/
breadcrumbs: false
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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/website/src/components/Card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ color?:
<ImageIconCard
variant="image_icon_link_card"
color="peach"
title="Starknet Dapps"
title="Starknet dApps"
description="Get up and running developing on Starknet through this series of video tutorials."
icon="/assets/5.svg"
locale="en"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/website/src/components/HeroImage/HeroImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const heroStyles: Record<string, HeroStyleObject> = {
};

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,
Expand Down

0 comments on commit 91476f4

Please sign in to comment.