Skip to content

Commit 0c9f75c

Browse files
authored
Merge pull request #226 from giorgikh93/fix-icon
icon fix
1 parent 9676d41 commit 0c9f75c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/contentPopups/views/Logo/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export const Logo = () => {
6868
className="bg-grey500-mode1 flex h-[30px] w-[30px] cursor-pointer items-center justify-center rounded-[10px]"
6969
onClick={handleClick}
7070
>
71-
<div className="relative">
72-
<LogoLock width="100%" height="100%" />
71+
<div className="relative h-[20px] w-[15px]">
72+
<LogoLock width="15" height="20" />
7373

7474
{!!count && (
7575
<div className="bg-black-mode1 font-inter text-white-mode1 absolute bottom-[1px] left-[50%] flex h-[10px] w-[10px] -translate-x-[50%] items-center justify-center rounded-full text-[8px] font-bold">

0 commit comments

Comments
 (0)