Skip to content

Commit

Permalink
Merge pull request #577 from kolplattformen/fix/inconsistent-pricing
Browse files Browse the repository at this point in the history
Fix: Inconsistent pricing (last one)
  • Loading branch information
viktorlarsson authored Dec 2, 2021
2 parents 1589c88 + 7fb6710 commit 9754ba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/website/components/PricingTemp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { formatPrice } from '../utils/intl'
import DownloadButtons from './DownloadButtons'
import Icon from './Icon'
import SectionTitle from './SectionTitle'

const price = 12
import { price } from './Pricing'

const baseFeatures = [
{
Expand Down

0 comments on commit 9754ba9

Please sign in to comment.