Skip to content

Commit

Permalink
fix: Revert price subscription values
Browse files Browse the repository at this point in the history
  • Loading branch information
Moffinguer committed May 4, 2024
1 parent 538a55c commit 06a895c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/pages/representative/RepresentativeSubscription.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export default function RepresentativeSubscription() {
const suscriptions = [
{
name: 'Basic plan',
price: '49.95€',
price: '49.99€',
description: ['25 searches', '3 members per search', 'Basic filters'],
},
{
name: 'Pro plan',
price: '99.95€',
price: '99.99€',
description: [
'150 searches',
'5 members per search',
Expand Down

0 comments on commit 06a895c

Please sign in to comment.