diff --git a/assets/css/layout/header.scss b/assets/css/layout/header.scss index 6b09e2164..23311dd6f 100644 --- a/assets/css/layout/header.scss +++ b/assets/css/layout/header.scss @@ -472,13 +472,12 @@ // Topcoder logo .logo-link { - background: url(../../images/topcoder-logo-dads.png); + background: url(../../images/logo_topcoder.svg); width: 156px; height: 54px; margin: 0; background-repeat: no-repeat; background-position: 50% 50%; - background-size: contain; float: left; position: static; } diff --git a/assets/images/tc-logo-dad.png b/assets/images/tc-logo-dad.png deleted file mode 100644 index fc3441018..000000000 Binary files a/assets/images/tc-logo-dad.png and /dev/null differ diff --git a/assets/images/topcoder-logo-dads.png b/assets/images/topcoder-logo-dads.png deleted file mode 100644 index b4018b3e9..000000000 Binary files a/assets/images/topcoder-logo-dads.png and /dev/null differ