Fixed the formatting in the Pricing.jsx

This commit is contained in:
Mathias Wagner 2023-07-09 16:52:40 +02:00
parent c58d1e34b0
commit 3dc188351b
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -57,5 +57,5 @@ export const Pricing = () => {
<Plan name="Enterprise" price="Auf Anfrage" features={enterpriseFeatures}/>
</Stack>
)
)
}