Skip to content

Commit

Permalink
Update acf.js
Browse files Browse the repository at this point in the history
- use Link instead of <a> for relative path
  • Loading branch information
jasonbahl authored May 10, 2024
1 parent e2c2685 commit 89d319a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/acf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -240,9 +241,9 @@ function Pricing() {
feature requests are
handled through <a href="https://github.com/wp-graphql/wp-graphql-acf/issues" rel="noreferrer"
target="_blank">issues</a>. For general questions about the plugin,
visit the <a
visit the <Link
href="/discord">WPGraphQL
Discord</a>.
Discord</Link>.
</p>
</div>
)
Expand Down

0 comments on commit 89d319a

Please sign in to comment.