Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew J Xu committed Feb 13, 2024
1 parent d075d21 commit 8d7d03f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/assets/images/navbar/savedCoursesIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/images/navbar/savedCoursesIconBlue.svg
Loading
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/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ $mobile-navbar-height: 4.5rem;
background-image: url('@/assets/images/navbar/profileIconBlue.svg');
}
.saved-courses-icon {
background-image: url('@/assets/images/navbar/savedCoursesBlue.svg');
background-image: url('@/assets/images/navbar/savedCoursesIconBlue.svg');
}
}
}
Expand Down

0 comments on commit 8d7d03f

Please sign in to comment.