Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilChinchawale committed Sep 26, 2023
2 parents 2c91171 + df3d7a8 commit a8f2386
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/LegalityPageContent/LegalityPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const SectionGuide = () => {
<div className="w-full text-center my-8">
<a
download={TRADETRUST_LEGAL_ARTICLE_TITLE}
href="/static/images/legality/tradetrust-legal-article.pdf"
href="/static/images/legality/Stephenson_Harwood_Article_on_TradeTrust_eBLs.pdf"
onClick={downloadArticle}
>
<Button className="bg-tangerine-500 text-white hover:bg-tangerine-800 rounded-xl text-2xl px-4">
Expand Down
2 changes: 1 addition & 1 deletion src/test/home-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test("Render home page", async (t) => {

// display components in welcome and test for video overlay
await t.expect(PlayButton.count).eql(1);
await t.expect(LinkButton.count).eql(1);
await t.expect(LinkButton.count).eql(2);
await t.click(PlayButton);
await t.expect(YoutubeTitle.count).eql(1);
await t.click(OverlayCloseButton);
Expand Down

0 comments on commit a8f2386

Please sign in to comment.