From 8d4e64c7c3f79fa653dfd75c4d87bffbed7f713d Mon Sep 17 00:00:00 2001 From: Andy Kenward <4893048+andykenward@users.noreply.github.com> Date: Tue, 16 May 2023 13:24:08 +0000 Subject: [PATCH] fix: use anchor instead of Link for external href --- apps/docs/layouts/guides/index.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/docs/layouts/guides/index.tsx b/apps/docs/layouts/guides/index.tsx index d952b6b50be..ee025a2b358 100644 --- a/apps/docs/layouts/guides/index.tsx +++ b/apps/docs/layouts/guides/index.tsx @@ -137,14 +137,12 @@ const Layout: FC = (props) => { ) : (
- - - Edit this page on GitHub - - + Edit this page on GitHub +
)}