@asd20/ui 3.2.662 → 3.2.663
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -194,16 +194,16 @@ export default {
|
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
start: 0,
|
|
197
|
-
end:
|
|
198
|
-
suffix: '
|
|
199
|
-
label: '
|
|
197
|
+
end: 1600,
|
|
198
|
+
suffix: '+',
|
|
199
|
+
label: 'Teachers',
|
|
200
200
|
once: true,
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
start: 0,
|
|
204
|
-
end:
|
|
205
|
-
suffix: '
|
|
206
|
-
label: '
|
|
204
|
+
end: 15,
|
|
205
|
+
suffix: 'years',
|
|
206
|
+
label: 'Accredited With Distinction',
|
|
207
207
|
once: true,
|
|
208
208
|
},
|
|
209
209
|
],
|