Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix(top-nav): use SVG logo for better resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jan 27, 2017
1 parent 5eed78a commit 549d299
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions src/img/angularjs-for-header-only.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scss/modules/_top-nav.scss
Expand Up @@ -41,7 +41,7 @@ $topnav-dropdown-bg-hover: $blue-grey-700;
padding: 0;

a {
background: url('/img/AngularJS-small.png') top left no-repeat;
background: url('/img/angularjs-for-header-only.svg') top left no-repeat;
display: block;
height: 25px;
margin: 6px 0 5px 0;
Expand Down

0 comments on commit 549d299

Please sign in to comment.