Spaces:
Sleeping
Sleeping
ausername-12345 commited on
Commit ·
f6c021c
1
Parent(s): cc73926
Center question mark in magnifying glass circle
Browse files- 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
|
| 50 |
stroke={coral} strokeWidth="5.5" strokeLinecap="round" strokeLinejoin="round" fill="none" />
|
| 51 |
-
<circle cx="
|
| 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 |
|