We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9676d41 commit 0c9f75cCopy full SHA for 0c9f75c
1 file changed
src/contentPopups/views/Logo/index.jsx
@@ -68,8 +68,8 @@ export const Logo = () => {
68
className="bg-grey500-mode1 flex h-[30px] w-[30px] cursor-pointer items-center justify-center rounded-[10px]"
69
onClick={handleClick}
70
>
71
- <div className="relative">
72
- <LogoLock width="100%" height="100%" />
+ <div className="relative h-[20px] w-[15px]">
+ <LogoLock width="15" height="20" />
73
74
{!!count && (
75
<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