We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c2685 commit 89d319aCopy full SHA for 89d319a
src/pages/acf.js
@@ -5,6 +5,7 @@ import SiteLayout from "../components/Site/SiteLayout";
5
import Image from 'next/image'
6
import {Disclosure} from "@headlessui/react";
7
import {ChevronUpIcon} from "@heroicons/react/20/solid";
8
+import Link from "next/link";
9
10
const GET_NAV_MENU = gql`
11
query GetNavMenu {
@@ -240,9 +241,9 @@ function Pricing() {
240
241
feature requests are
242
handled through <a href="https://github.com/wp-graphql/wp-graphql-acf/issues" rel="noreferrer"
243
target="_blank">issues</a>. For general questions about the plugin,
- visit the <a
244
+ visit the <Link
245
href="/discord">WPGraphQL
- Discord</a>.
246
+ Discord</Link>.
247
</p>
248
</div>
249
)
0 commit comments