Skip to content

Commit

Permalink
Make title link back to home
Browse files Browse the repository at this point in the history
Make title link back to home
  • Loading branch information
TomDijkema committed Oct 31, 2024
1 parent 09e89dd commit 7a6070e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/components/general/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ const Header = () => {
<Col xs={{ span: 12 }} lg="auto"
className="d-flex flex-column justify-content-center"
>
<h2 className="w-auto fs-3 fs-lg-2 tc-primary fw-bold">
Marketplace
</h2>
<h3 className="fs-4 fs-lg-3 tc-grey fw-lightBold">
The Taxonomic Expertise and Services Marketplace
</h3>
<Link to="/">
<h2 className="w-auto fs-3 fs-lg-2 tc-primary fw-bold">
Marketplace
</h2>
<h3 className="fs-4 fs-lg-3 tc-grey fw-lightBold">
The Taxonomic Expertise and Services Marketplace
</h3>
</Link>
</Col>
{isApiOnline === false &&
<Col xs={{ span: 12 }} lg
Expand Down

0 comments on commit 7a6070e

Please sign in to comment.