Skip to content

Commit 89d319a

Browse files
authored
Update acf.js
- use Link instead of <a> for relative path
1 parent e2c2685 commit 89d319a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/acf.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import SiteLayout from "../components/Site/SiteLayout";
55
import Image from 'next/image'
66
import {Disclosure} from "@headlessui/react";
77
import {ChevronUpIcon} from "@heroicons/react/20/solid";
8+
import Link from "next/link";
89

910
const GET_NAV_MENU = gql`
1011
query GetNavMenu {
@@ -240,9 +241,9 @@ function Pricing() {
240241
feature requests are
241242
handled through <a href="https://github.com/wp-graphql/wp-graphql-acf/issues" rel="noreferrer"
242243
target="_blank">issues</a>. For general questions about the plugin,
243-
visit the <a
244+
visit the <Link
244245
href="/discord">WPGraphQL
245-
Discord</a>.
246+
Discord</Link>.
246247
</p>
247248
</div>
248249
)

0 commit comments

Comments
 (0)