Skip to content

Commit 3132dca

Browse files
authored
chore: Lower plugin count to a closer value to reality (#382)
1 parent 88b2593 commit 3132dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pagesToDisplay/MainHeadline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const MainHeadline = () => {
3131
<div className="item">
3232
<FontAwesomeIcon icon={faCogs} className="mr-2"/>
3333
<div className="flex flex-col leading-tight">
34-
<Link href="/plugins" target="_blank" className="underline">290 Plugins</Link>
34+
<Link href="/plugins" target="_blank" className="underline">200 Plugins</Link>
3535
<span className="text-sm opacity-75">extend without forking</span>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)