Skip to content

Commit

Permalink
chore: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed Jul 4, 2024
1 parent e055c72 commit cb234b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ const Footer = () => {
<Translate>if you have any questions.</Translate>
</Text>
</section>

{/* This script is only for enabling crowdin in context tool. Should be removed once translation is ready! */}
<script type='text/javascript'>
var _jipt = []; _jipt.push([`project`, `deriv-api-documentation`]);
</script>
<script type='text/javascript' src='//cdn.crowdin.com/jipt/jipt.js'></script>
</footer>
);
};
Expand Down
6 changes: 0 additions & 6 deletions src/theme/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ export default function Root({ children }: TRootProps) {
</PlaygroundProvider>
</AuthProvider>
</OfficialContentsProvider>

{/* This script is only for enabling crowdin in context tool. Should be removed once translation is ready! */}
<script type='text/javascript'>
var _jipt = []; _jipt.push(['project', 'deriv-api-documentation']);
</script>
<script type='text/javascript' src='//cdn.crowdin.com/jipt/jipt.js'></script>
</>
);
}

0 comments on commit cb234b1

Please sign in to comment.