Skip to content

Commit

Permalink
use next link
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Oct 28, 2024
1 parent 46f8698 commit 78db8af
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions src/app/our-products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
CardFooter,
CardGroup,
GridContainer,
Link,
} from '@trussworks/react-uswds';
import Image from 'next/image';
import Link from 'next/link';
import { basePath } from '../utils/constants';

export default function OurProducts() {
Expand Down Expand Up @@ -64,12 +64,7 @@ function StandaloneProducts() {
</p>
</CardBody>
<CardFooter>
<Link
href={'#'}
variant="unstyled"
className="usa-button"
allowSpacebarActivation
>
<Link href={'#'} className="usa-button">
Learn more about eCR Viewer
</Link>
</CardFooter>
Expand Down Expand Up @@ -98,12 +93,7 @@ function StandaloneProducts() {
</p>
</CardBody>
<CardFooter>
<Link
href={'#'}
variant="unstyled"
className="usa-button"
allowSpacebarActivation
>
<Link href={'#'} className="usa-button">
Learn more about Query Connector
</Link>
</CardFooter>
Expand Down Expand Up @@ -132,12 +122,7 @@ function StandaloneProducts() {
</p>
</CardBody>
<CardFooter>
<Link
href={'#'}
variant="unstyled"
className="usa-button"
allowSpacebarActivation
>
<Link href={'#'} className="usa-button">
Learn more about eCR Parser
</Link>
</CardFooter>
Expand Down Expand Up @@ -166,12 +151,7 @@ function StandaloneProducts() {
</p>
</CardBody>
<CardFooter>
<Link
href={'#'}
variant="unstyled"
className="usa-button"
allowSpacebarActivation
>
<Link href={'#'} className="usa-button">
Learn more about eCR Refiner
</Link>
</CardFooter>
Expand Down

0 comments on commit 78db8af

Please sign in to comment.