atproto explorer

praziquantel treatment

+14 -3
+11
src/styles/index.css
··· 12 12 width: 1em; 13 13 height: 1em; 14 14 } 15 + 16 + .i-tangled { 17 + --un-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cg%20style%3D%22display%3Ainline%22%3E%3Cpath%20d%3D%22M0-2.117h62.177v25.135H0z%22%20style%3D%22display%3Ainline%3Bfill%3Anone%3Bfill-opacity%3A1%3Bstroke-width%3A.396875%22%20transform%3D%22translate(11.01%206.9)%22%2F%3E%3Cpath%20d%3D%22M3.64%2022.787c-1.697%200-2.943-.45-3.74-1.35-.77-.9-1.156-2.094-1.156-3.585%200-.36.013-.72.038-1.08.052-.385.129-.873.232-1.464L.44%206.826h-5.089l.733-4.394h3.2c.822%200%201.439-.168%201.85-.502.437-.334.72-.938.848-1.812l.771-4.703h5.243L6.84%202.432h7.787l-.733%204.394H6.107L4.257%2017.93l.77.27%206.015-4.742%202.775%203.161-2.313%202.005c-.822.694-1.568%201.31-2.236%201.85-.668.515-1.31.952-1.927%201.311a7.406%207.406%200%200%201-1.774.733c-.59.18-1.233.27-1.927.27z%22%20%20%20%20%20%20%20aria-label%3D%22tangled.sh%22%20%20%20%20%20%20transform%3D%22translate(11.01%206.9)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); 18 + -webkit-mask: var(--un-icon) no-repeat; 19 + mask: var(--un-icon) no-repeat; 20 + -webkit-mask-size: 100% 100%; 21 + mask-size: 100% 100%; 22 + background-color: currentColor; 23 + width: 1em; 24 + height: 1em; 25 + }
+2 -2
src/utils/templates.ts
··· 42 42 "sh.tangled.actor.profile": (uri) => ({ 43 43 label: "Tangled", 44 44 link: `https://tangled.sh/${uri.repo}`, 45 - icon: "i-lucide-line-squiggle", 45 + icon: "i-tangled", 46 46 }), 47 47 "sh.tangled.repo": (uri, record) => ({ 48 48 label: "Tangled", 49 49 link: `https://tangled.sh/${uri.repo}/${record.name}`, 50 - icon: "i-lucide-line-squiggle", 50 + icon: "i-tangled", 51 51 }), 52 52 };
+1 -1
src/views/home.tsx
··· 93 93 </Tooltip> 94 94 <Tooltip text="Tangled"> 95 95 <A href="https://tangled.sh/@pdsls.dev/pdsls/" target="_blank"> 96 - <div class="i-lucide-line-squiggle text-xl" /> 96 + <div class="i-tangled text-xl" /> 97 97 </A> 98 98 </Tooltip> 99 99 </div>