diff --git a/cms/static/sass/_landing.scss b/cms/static/sass/_landing.scss index 9fbf00e1ec..16f1b5b5a7 100644 --- a/cms/static/sass/_landing.scss +++ b/cms/static/sass/_landing.scss @@ -119,7 +119,7 @@ width: 143px; height: 39px; margin: auto; - background: url(../img/edge-logo-small.png) no-repeat; + background: url(../images/edge-logo-small.png) no-repeat; text-indent: -9999px; overflow: hidden; } diff --git a/cms/static/img/edge-logo-large.png b/common/static/images/edge-logo-large.png similarity index 100% rename from cms/static/img/edge-logo-large.png rename to common/static/images/edge-logo-large.png diff --git a/cms/static/img/edge-logo-small.png b/common/static/images/edge-logo-small.png similarity index 100% rename from cms/static/img/edge-logo-small.png rename to common/static/images/edge-logo-small.png diff --git a/lms/static/images/edge-logo-large.png b/lms/static/images/edge-logo-large.png deleted file mode 100644 index 2933ec5349..0000000000 Binary files a/lms/static/images/edge-logo-large.png and /dev/null differ diff --git a/lms/static/images/edge-on-edx-logo.png b/lms/static/images/edge-on-edx-logo.png new file mode 120000 index 0000000000..af5121d3f4 --- /dev/null +++ b/lms/static/images/edge-on-edx-logo.png @@ -0,0 +1 @@ +../../../common/static/images/edge-logo-small.png \ No newline at end of file