Skip to content

Commit

Permalink
chore: linked start mapping button to explore models page
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy committed Dec 21, 2024
1 parent ee33395 commit 671dfa1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions frontend/src/components/landing/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ const Header = () => {
{APP_CONTENT.homepage.ctaPrimaryButton}
</Button>
</Link>
<Button variant="secondary">
{APP_CONTENT.homepage.ctaSecondaryButton}
</Button>
<Link
href={APPLICATION_ROUTES.MODELS}
title={APP_CONTENT.homepage.ctaPrimaryButton}
nativeAnchor={false}
>
<Button variant="secondary">
{APP_CONTENT.homepage.ctaSecondaryButton}
</Button>
</Link>
</div>
</div>
<div className={styles.jumbotronImage}>
Expand Down

0 comments on commit 671dfa1

Please sign in to comment.