From f5e028f76eed4cd63733ddb156f993c75ab41b2e Mon Sep 17 00:00:00 2001 From: Lautaro Petaccio Date: Wed, 29 Nov 2023 13:00:32 -0300 Subject: [PATCH 1/4] fix: Prefixed links --- src/components/Layout/OverviewList.tsx | 4 +++- src/components/Place/PlaceCard/PlaceCard.tsx | 14 ++++++++++++-- .../Place/PlaceFeatured/PlaceFeatured.tsx | 6 ++++-- src/pages/place.tsx | 4 +++- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/components/Layout/OverviewList.tsx b/src/components/Layout/OverviewList.tsx index ced0cbb4..ac7d1cc0 100644 --- a/src/components/Layout/OverviewList.tsx +++ b/src/components/Layout/OverviewList.tsx @@ -1,5 +1,7 @@ import React from "react" +import { withPrefix } from "gatsby" + import useFormatMessage from "decentraland-gatsby/dist/hooks/useFormatMessage" import { navigate } from "decentraland-gatsby/dist/plugins/intl" import TokenList from "decentraland-gatsby/dist/utils/dom/TokenList" @@ -83,7 +85,7 @@ export default React.memo(function OverviewList(props: OverviewListProps) {