Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
CassieTechWizard authored Mar 15, 2024
1 parent fdab9a6 commit 795b1ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/CasePage/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ export const Header = (props: HeaderProps) => {
</a>
</p>
)}
{props.ctaText3 && props.ctaLink3 && (
<p className="text-white mb-5">
<a
href={props.ctaLink3}
target="_blank"
className="btn btn-primary"
>
{props.ctaText3}
</a>
</p>
)}
</div>
)}
</div>
Expand Down

0 comments on commit 795b1ca

Please sign in to comment.