Skip to content

Commit

Permalink
use svg instead of jpg for magnifying glass icon
Browse files Browse the repository at this point in the history
  • Loading branch information
melkent committed Nov 27, 2024
1 parent f97a53c commit fc60375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file removed frontend/src/assets/magnifying-glass.jpg
Binary file not shown.
3 changes: 3 additions & 0 deletions frontend/src/assets/magnifying-glass.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 frontend/src/components/AppBar/AppBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
font-size: 16px;
padding: 12px 20px 12px 40px;
background-color: white;
background-image: url('../../assets/magnifying-glass.jpg');
background-image: url('../../assets/magnifying-glass.svg');
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: 20px 20px;
Expand Down

0 comments on commit fc60375

Please sign in to comment.