atproto explorer

add pinksea logo

+17
+11
src/styles/index.css
··· 23 23 width: 1em; 24 24 height: 1em; 25 25 } 26 + 27 + .i-pinksea { 28 + --un-icon: url("data:image/svg+xml,%3Csvg%20width%3D%22800%22%20height%3D%22800%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3%206%203.106-1.553a2%202%200%200%201%201.788%200l1.423.711a6%206%200%200%200%205.366%200l1.423-.71a2%202%200%200%201%201.788%200L21%206M3%2010.5l3.106-1.553a2%202%200%200%201%201.788%200l1.423.711a6%206%200%200%200%205.366%200l1.423-.71a2%202%200%200%201%201.788%200L21%2010.5M3%2015l3.106-1.553a2%202%200%200%201%201.788%200l1.423.711a6%206%200%200%200%205.366%200l1.423-.71a2%202%200%200%201%201.788%200L21%2015M3%2019.5l3.106-1.553a2%202%200%200%201%201.788%200l1.423.711a6%206%200%200%200%205.366%200l1.423-.71a2%202%200%200%201%201.788%200L21%2019.5%22%20stroke%3D%22%23ffe5ea%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E"); 29 + -webkit-mask: var(--un-icon) no-repeat; 30 + mask: var(--un-icon) no-repeat; 31 + -webkit-mask-size: 100% 100%; 32 + mask-size: 100% 100%; 33 + background-color: currentColor; 34 + width: 1em; 35 + height: 1em; 36 + }
+6
src/utils/templates.ts
··· 34 34 "com.shinolabs.pinksea.oekaki": (uri) => ({ 35 35 label: "PinkSea", 36 36 link: `https://pinksea.art/${uri.repo}/oekaki/${uri.rkey}`, 37 + icon: "i-pinksea", 38 + }), 39 + "com.shinolabs.pinksea.profile": (uri) => ({ 40 + label: "PinkSea", 41 + link: `https://pinksea.art/${uri.repo}`, 42 + icon: "i-pinksea", 37 43 }), 38 44 "blue.linkat.board": (uri) => ({ 39 45 label: "Linkat",