Update link to nearestnabors.com (#6754)

This commit is contained in:
Jack Pope
2024-04-15 10:37:38 -04:00
committed by GitHub
parent db2dc7f987
commit 2749eb4dbc

View File

@@ -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;