Skip to content

Commit

Permalink
Fixes logo quality (#16)
Browse files Browse the repository at this point in the history
* fix(issue 9): fix the white rectangle

* fix(issue 10): fix the xapi logo

* fix(issue 11): fix logo quality

---------

Co-authored-by: Hamid Roohi <hamidroohi71@gmail.com>
  • Loading branch information
nblogist and hamidroohi92 authored Jul 8, 2024
1 parent 6df52dc commit 05c5f93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/images/logo.png
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/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Header = () => {
return (
<header className="flex items-center z-[1000] justify-between px-[20px] py-[23px] border-[1px] border-[#585858] w-full relative sm:px-[100px] sm:py-[102px]">
<img
src="/images/logo.svg"
src="/images/logo.png"
alt="Ring Logo"
className="w-[86.07px] h-[20px] sm:w-[128px] sm:h-[29.63px] z-50"
/>
Expand Down

0 comments on commit 05c5f93

Please sign in to comment.