Skip to content

Commit

Permalink
Docs: fixed typo in babel plugin subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 authored Oct 15, 2023
1 parent efa89c8 commit 3a4b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The entirety of this means that you can **get a detailed view of your code execu

<div className="w-full grid grid-cols-2 lg:grid-cols-4 gap-6 my-8 text-center">
<StatusCard className="col-span-1" icon={VscGlobe} title="Function Core" subtitle="Stable" />
<StatusCard className="col-span-1" icon={VscTools} title="Babel Plugin" subtitle="(Prelease)" />
<StatusCard className="col-span-1" icon={VscTools} title="Babel Plugin" subtitle="(Prerelease)" />
<StatusCard
className="col-span-1 from-black/70 via-gray-light via-[70%] to-gray-light"
icon={VscTerminalBash}
Expand Down

0 comments on commit 3a4b1c6

Please sign in to comment.