From 2749eb4dbcf31ec3ab11604aa7ce4bbf7bab11e0 Mon Sep 17 00:00:00 2001 From: Jack Pope Date: Mon, 15 Apr 2024 10:37:38 -0400 Subject: [PATCH] Update link to nearestnabors.com (#6754) --- src/components/MDX/MDXComponents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MDX/MDXComponents.tsx b/src/components/MDX/MDXComponents.tsx index e42b3b2e8..bdfd05a20 100644 --- a/src/components/MDX/MDXComponents.tsx +++ b/src/components/MDX/MDXComponents.tsx @@ -206,7 +206,7 @@ function Recipes(props: any) { function AuthorCredit({ author = 'Rachel Lee Nabors', - authorLink = 'http://rachelnabors.com/', + authorLink = 'https://nearestnabors.com/', }: { author: string; authorLink: string;