@asd20/ui 3.2.1009 → 3.2.1010

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.1009",
8
+ "version": "3.2.1010",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -62,7 +62,7 @@
62
62
  organization.title !== 'Academy District 20'
63
63
  "
64
64
  class="principal"
65
- :link="`mailto:${adminEmail}`"
65
+ link="#"
66
66
  :label="
67
67
  organization.title === 'School in the Woods'
68
68
  ? `Administrator: ${administrator}`
@@ -302,7 +302,8 @@ export default {
302
302
  }
303
303
  }
304
304
 
305
- .hours {
305
+ .hours,
306
+ .principal {
306
307
  pointer-events: none;
307
308
  }
308
309