@asd20/ui 3.2.509 → 3.2.510

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.509",
8
+ "version": "3.2.510",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -134,6 +134,8 @@
134
134
  <h3 v-if="minSalary !== 0 && minSalary === maxSalary">
135
135
  ${{ String(minSalary).replace(/(.)(?=(\d{3})+$)/g, '$1,') }}
136
136
  </h3>
137
+ <br/>
138
+ <p>This salary calculator is for estimation purposes only. Candidates selected for employment will be presented an official offer based on education and experience as described in the Non-Administrative Licensed (Teacher) Staff Salary Information Procedure (GCBA-1-R).</p>
137
139
  </div>
138
140
 
139
141
  <!-- Feeds -->