Skip to content

Commit

Permalink
feat(#33): fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Feb 2, 2025
1 parent de09260 commit 404c5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/editor/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Logo = () => {
<img
src="/images/favicon.svg"
alt="salam logo"
className={"w-[40px] z-[10] absolute top-[0px] right-[0px]"}
className={"w-[40px] z-[10] absolute top-[0px] right-[5px]"}
/>
</Link>
)}
Expand All @@ -43,7 +43,7 @@ const Logo = () => {
<>
<div
className={
"border border-gray-300 p-1 rounded-full w-[40px] bg-white cursor-pointer h-[40px] absolute top-[5px] right-[7px]"
"p-1 rounded-full w-[40px] bg-white cursor-pointer h-[40px] absolute top-0 right-[5px]"
}
onClick={() => {
setOpenProfile(true);
Expand Down

0 comments on commit 404c5e1

Please sign in to comment.