From 4039ad566a88a497d7a955bd8f814e060af99fe7 Mon Sep 17 00:00:00 2001 From: Marc Font <36164126+Marketen@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:09:13 +0100 Subject: [PATCH] fix smooth homepage link (#352) --- src/components/HomepageFeatures/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 049e638c6..c2809b39d 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -91,7 +91,7 @@ const FeatureList: FeatureItem[] = [ Simply set your Fee Recipient Address to Smooth and claim your rewards after proposing a slot! ), - url: "/docs/smooth/overview", + url: "/docs/smooth", }, ];