From 89d319a72c7d8710510ba12621df2790485ef5eb Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 10 May 2024 14:02:57 -0600 Subject: [PATCH] Update acf.js - use Link instead of for relative path --- src/pages/acf.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/acf.js b/src/pages/acf.js index 6d5a47e..15a7076 100644 --- a/src/pages/acf.js +++ b/src/pages/acf.js @@ -5,6 +5,7 @@ import SiteLayout from "../components/Site/SiteLayout"; import Image from 'next/image' import {Disclosure} from "@headlessui/react"; import {ChevronUpIcon} from "@heroicons/react/20/solid"; +import Link from "next/link"; const GET_NAV_MENU = gql` query GetNavMenu { @@ -240,9 +241,9 @@ function Pricing() { feature requests are handled through issues. For general questions about the plugin, - visit the WPGraphQL - Discord. + Discord.

)