Skip to content

Commit 310b3b0

Browse files
committed
fix: update 2 missing numbers of plugins to 900
1 parent 409fdae commit 310b3b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/features/Plugins.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<section class="features-plugins">
33
<HomeCard class="container card-block">
44
<div class="plugin-text">
5-
<h2 class="text-white"><span>600+</span> Plugins<br />That Integrate With<br />Your <span>Stack</span>
5+
<h2 class="text-white"><span>900+</span> Plugins<br />That Integrate With<br />Your <span>Stack</span>
66
</h2>
77
<h2 class="text-white mobile">Integrate With<br />Your <span>Stack</span></h2>
88
<p>Connect with third-party systems, data sources, and applications. And if you require a custom
@@ -169,4 +169,4 @@ const {data: pluginLogos} = await useAsyncData(() => Promise.resolve(Object.keys
169169
}
170170
}
171171
</style>
172-
172+

components/home/Plugins.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<HomeCard class="container card-block">
33
<div class="plugin-text">
4-
<h2 class="text-white"><span>600+</span> Plugins<br/>That Integrate With<br/>Your <span>Stack</span></h2>
4+
<h2 class="text-white"><span>900+</span> Plugins<br/>That Integrate With<br/>Your <span>Stack</span></h2>
55
<h2 class="text-white mobile">Integrate With<br/>Your <span>Stack</span></h2>
66
<p>Connect with third-party systems, data sources, and applications. And if you require a custom integration, our platform makes it easy to build custom plugins.</p>
77
<NuxtLink href="/plugins" class="btn btn-md btn-primary">See All Plugins</NuxtLink>

0 commit comments

Comments
 (0)