diff --git a/common/static/images/edge-logo-small.png b/common/static/images/edge-logo-small.png deleted file mode 100644 index 41bd7127f5..0000000000 Binary files a/common/static/images/edge-logo-small.png and /dev/null differ diff --git a/common/static/images/edge-logo-large.png b/lms/static/images/edx-edge-logo-large.png similarity index 100% rename from common/static/images/edge-logo-large.png rename to lms/static/images/edx-edge-logo-large.png diff --git a/lms/static/sass/multicourse/_edge.scss b/lms/static/sass/multicourse/_edge.scss index e7c9a67624..e591ae74d8 100644 --- a/lms/static/sass/multicourse/_edge.scss +++ b/lms/static/sass/multicourse/_edge.scss @@ -175,7 +175,7 @@ $paleYellow: #fffcf1; width: 263px; height: 72px; margin: 150px auto 50px; - background: url(../images/edge-logo-large.png) no-repeat; + background: url(../images/edx-edge-logo-large.png) no-repeat; text-indent: -9999px; overflow: hidden; }