Fixed the formatting in the Pricing.jsx

This commit is contained in:
2023-07-09 16:52:40 +02:00
parent c58d1e34b0
commit 3dc188351b

View File

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