Skip to content

Commit

Permalink
feat(tjs): remove download interviews link
Browse files Browse the repository at this point in the history
we aren't supporting downloads of video content for TJS at this time and
that link wasn't downloading the right thing anyway.
  • Loading branch information
jbranchaud authored and kodiakhq[bot] committed Mar 18, 2024
1 parent d8a27b1 commit 379d545
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/testing-javascript/src/components/landing/interviews.tsx
Expand Up @@ -154,18 +154,6 @@ const Interviews: React.FunctionComponent<{
})}
</div>
)}
{proTestingPurchased && (
<div className="mt-12 text-center">
<a
href={process.env.NEXT_PUBLIC_PRINTABLES_DOWNLOAD_URL}
target="_blank"
rel="noopener noreferrer"
className="font-tt-medium text-2xl text-blue-600 hover:underline"
>
Download All Interviews
</a>
</div>
)}
</section>
)
}
Expand Down

0 comments on commit 379d545

Please sign in to comment.