wassemgtk commited on
Commit
f41afc6
1 Parent(s): 6179d64

Update src/lib/data.ts

Browse files

Adding Palmyra Fin 32k & Palmyra Med 32k from Writer.com
Source: https://dev.writer.com/home/pricing

Files changed (1) hide show
  1. src/lib/data.ts +3 -1
src/lib/data.ts CHANGED
@@ -129,7 +129,9 @@ export const mockData: Provider[] = [
129
  { name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
130
  { name: 'Palmyra X 32k', inputPrice: 1.0, outputPrice: 2.0 },
131
  { name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
132
- { name: 'Palmyra X 002 32k', inputPrice: 1.0, outputPrice: 2.0 }
 
 
133
  ],
134
  },
135
  {
 
129
  { name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
130
  { name: 'Palmyra X 32k', inputPrice: 1.0, outputPrice: 2.0 },
131
  { name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
132
+ { name: 'Palmyra X 002 32k', inputPrice: 1.0, outputPrice: 2.0 },
133
+ { name: 'Palmyra Med 32k', inputPrice: 5.0, outputPrice: 12.0 },
134
+ { name: 'Palmyra Fin 32k', inputPrice: 5.0, outputPrice: 12.0 }
135
  ],
136
  },
137
  {