diff --git a/contentcuration/contentcuration/frontend/shared/views/files/ImageOnlyThumbnail.vue b/contentcuration/contentcuration/frontend/shared/views/files/ImageOnlyThumbnail.vue index 6101b531cb..ece215becb 100644 --- a/contentcuration/contentcuration/frontend/shared/views/files/ImageOnlyThumbnail.vue +++ b/contentcuration/contentcuration/frontend/shared/views/files/ImageOnlyThumbnail.vue @@ -26,19 +26,17 @@ - - image - + :y="y - 14" + :style="{ fill: '#999999' }" + /> diff --git a/contentcuration/contentcuration/frontend/shared/views/files/Thumbnail.vue b/contentcuration/contentcuration/frontend/shared/views/files/Thumbnail.vue index 007ebb73d1..4013f98752 100644 --- a/contentcuration/contentcuration/frontend/shared/views/files/Thumbnail.vue +++ b/contentcuration/contentcuration/frontend/shared/views/files/Thumbnail.vue @@ -52,26 +52,26 @@ :aria-label="kindTitle" class="thumbnail-image" > - {{ icon }} + - image + diff --git a/contentcuration/contentcuration/templates/base.html b/contentcuration/contentcuration/templates/base.html index 8137cc54d5..82108ac00e 100644 --- a/contentcuration/contentcuration/templates/base.html +++ b/contentcuration/contentcuration/templates/base.html @@ -122,11 +122,11 @@ {% if INCIDENT %}
- error {{INCIDENT.message | safe}} + {{INCIDENT.message | safe}}
{% elif DEPRECATED %}
- error {% blocktrans %}Contentworkshop.learningequality.org has been deprecated. Please go to studio.learningequality.org for the latest version of Studio{% endblocktrans %} + {% blocktrans %}Contentworkshop.learningequality.org has been deprecated. Please go to studio.learningequality.org for the latest version of Studio{% endblocktrans %}
{% endif %} {% endblock nav %}