@asd20/ui 3.2.574 → 3.2.576

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.574",
8
+ "version": "3.2.576",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -125,7 +125,8 @@ export default {
125
125
  : ''
126
126
 
127
127
  const el = document.createElement('div')
128
- el.innerHTML = `<h2><a href="${url}">${h1}</a></h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
128
+ // el.innerHTML = `<h2><a href="${url}">${h1}</a></h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
129
+ el.innerHTML = `<h2></h2> <p>${summary}<a href="${url}">Read more</a>.</p>${linkHtml}</ul>`
129
130
  document.body.appendChild(el)
130
131
  const range = document.createRange()
131
132
  const selection = document.getSelection()
@@ -41,7 +41,11 @@
41
41
  "
42
42
  class="principal"
43
43
  :link="`mailto:${adminEmail}`"
44
- :label="`Principal: ${administrator}`"
44
+ :label="
45
+ organization.title === 'School in the Woods'
46
+ ? `Administrator: ${administrator}`
47
+ : `Principal: ${administrator}`
48
+ "
45
49
  icon="email"
46
50
  size="md"
47
51
  horizontal
@@ -197,7 +197,7 @@
197
197
  ],
198
198
  "ownerOrganization": {
199
199
  "id": "f4656914-9ec6-1811-aa5d-31f532f483d5",
200
- "title": "Academy District 20",
200
+ "title": "Discovery Canyon Campus High School",
201
201
  "abbreviation": "DCCHS",
202
202
  "address": {
203
203
  "zip": "80920",