ausername-12345 commited on
Commit
f6c021c
·
1 Parent(s): cc73926

Center question mark in magnifying glass circle

Browse files
Files changed (1) hide show
  1. src/rememberit.jsx +2 -2
src/rememberit.jsx CHANGED
@@ -46,9 +46,9 @@ const LogoMark = ({ size = 60, coral, teal }) => (
46
  stroke={coral} strokeWidth="8.5" strokeLinecap="round" fill="none" />
47
  <line x1="60" y1="55" x2="76" y2="71"
48
  stroke={coral} strokeWidth="8.5" strokeLinecap="round" />
49
- <path d="M 52,47 C 52,38 68,38 68,48 C 68,56 60,56 60,61"
50
  stroke={coral} strokeWidth="5.5" strokeLinecap="round" strokeLinejoin="round" fill="none" />
51
- <circle cx="60" cy="68" r="4" fill={teal} />
52
  </svg>
53
  );
54
 
 
46
  stroke={coral} strokeWidth="8.5" strokeLinecap="round" fill="none" />
47
  <line x1="60" y1="55" x2="76" y2="71"
48
  stroke={coral} strokeWidth="8.5" strokeLinecap="round" />
49
+ <path d="M 33,34 C 33,25 49,25 49,35 C 49,43 41,43 41,48"
50
  stroke={coral} strokeWidth="5.5" strokeLinecap="round" strokeLinejoin="round" fill="none" />
51
+ <circle cx="41" cy="55" r="4" fill={teal} />
52
  </svg>
53
  );
54