Add call-to-action docs button at end of instructions again

This commit is contained in:
Fabio Berger
2019-01-17 13:29:47 +01:00
parent a873872cc7
commit 737941e8c7
5 changed files with 72 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import { context } from 'ts/context/coverage';
import { Base } from 'ts/components/base';
import { Breakout } from 'ts/components/breakout';
import { CallToAction } from 'ts/components/call_to_action';
import { Code } from 'ts/components/code';
import { Content } from 'ts/components/content';
import { ContentBlock } from 'ts/components/content-block';
@@ -161,6 +162,7 @@ providerEngine.start();`}
</Breakout>
</ContentBlock>
</Content>
<CallToAction />
</Base>
);