fix favicon
Pablo Murad pblmrd@gmail.com
Wed, 03 Jun 2026 10:07:34 -0300
3 files changed,
45 insertions(+),
7 deletions(-)
M
package-lock.json
→
package-lock.json
@@ -1,12 +1,12 @@
{ - "name": "editor-markdown-cozy", - "version": "1.0.0", + "name": "snow-editor", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "editor-markdown-cozy", - "version": "1.0.0", + "name": "snow-editor", + "version": "0.0.1", "dependencies": { "dompurify": "^3.2.4", "marked": "^15.0.7",
M
public/favicon.svg
→
public/favicon.svg
@@ -1,4 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 72 72"> - <image width="72" height="72" xlink:href="/favicon.png" /> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" role="img" aria-label="Snow Editor"> + <circle cx="36" cy="36" r="36" fill="#00BFFF" /> + <g + fill="none" + stroke="#FFFFFF" + stroke-width="3.25" + stroke-linecap="round" + stroke-linejoin="round" + transform="translate(36 36)" + > + <g> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(60)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(120)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(180)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(240)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(300)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + </g> </svg>