You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import DocsCard from '@site/src/components/DocsCard';
48
+
import DocsButton from '@site/src/components/DocsButton';
49
+
import Tabs from '@theme/Tabs';
50
+
import TabItem from '@theme/TabItem';
51
+
import CodeBlock from '@theme/CodeBlock';
46
52
`;
47
53
}
48
54
@@ -61,161 +67,45 @@ ${description}
61
67
functionrenderSalesCTA({}){
62
68
return`
63
69
<h2>Stuck on a Cordova issue?</h2>
64
-
<DocsCard class="cordova-ee-card" header="Don't waste precious time on plugin issues." href="https://ionicframework.com/sales?product_of_interest=Ionic%20Native">
70
+
<DocsCard className="cordova-ee-card" header="Don't waste precious time on plugin issues." href="https://ionicframework.com/sales?product_of_interest=Ionic%20Native">
<p>If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.</p>
68
-
<docs-button class="native-ee-detail">Contact Us Today!</docs-button>
74
+
<DocsButton className="native-ee-detail">Contact Us Today!</DocsButton>
<blockquote>Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team.
106
+
<a class="btn" href="https://ionic.io/docs/premier-plugins">Learn More</a> or if you're interested in an enterprise version of this plugin <a class="btn" href="https://ionicframework.com/sales?product_of_interest=Ionic%20Enterprise%20Engine">Contact Us</a></blockquote>
0 commit comments