atproto explorer

replace bsky icon

+4 -8
-4
src/styles/index.css
··· 27 27 scrollbar-gutter: stable both-edges; 28 28 } 29 29 30 - .tabler--brand-bluesky { 31 - --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.335 5.144C4.681 3.945 2 3.017 2 5.97c0 .59.35 4.953.556 5.661C3.269 14.094 5.686 14.381 8 14c-4.045.665-4.889 3.208-2.667 5.41C6.363 20.428 7.246 21 8 21c2 0 3.134-2.769 3.5-3.5q.5-1 .5-1.5q0 .5.5 1.5c.366.731 1.5 3.5 3.5 3.5c.754 0 1.637-.571 2.667-1.59C20.889 17.207 20.045 14.664 16 14c2.314.38 4.73.094 5.444-2.369c.206-.708.556-5.072.556-5.661c0-2.953-2.68-2.025-4.335-.826C15.372 6.806 12.905 10.192 12 12c-.905-1.808-3.372-5.194-5.665-6.856'/%3E%3C/svg%3E"); 32 - } 33 - 34 30 .tabler--binary-tree-filled { 35 31 --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 1a3 3 0 0 1 2.348 4.868l2 3.203Q18.665 9 19 9a3 3 0 1 1-2.347 1.132l-2-3.203a3 3 0 0 1-1.304 0l-2.001 3.203c.408.513.652 1.162.652 1.868s-.244 1.356-.653 1.868l2.002 3.203Q13.664 17 14 17a3 3 0 1 1-2.347 1.132L9.65 14.929a3 3 0 0 1-1.302 0l-2.002 3.203a3 3 0 1 1-1.696-1.06l2.002-3.204A3 3 0 0 1 9.65 9.07l2.002-3.202A3 3 0 0 1 14 1'/%3E%3C/svg%3E"); 36 32 }
+4 -4
src/utils/templates.ts
··· 6 6 "app.bsky.actor.profile": (uri) => ({ 7 7 label: "Bluesky", 8 8 link: `https://bsky.app/profile/${uri.repo}`, 9 - icon: "tabler--brand-bluesky", 9 + icon: "ri--bluesky", 10 10 }), 11 11 "app.bsky.feed.post": (uri) => ({ 12 12 label: "Bluesky", 13 13 link: `https://bsky.app/profile/${uri.repo}/post/${uri.rkey}`, 14 - icon: "tabler--brand-bluesky", 14 + icon: "ri--bluesky", 15 15 }), 16 16 "app.bsky.graph.list": (uri) => ({ 17 17 label: "Bluesky", 18 18 link: `https://bsky.app/profile/${uri.repo}/lists/${uri.rkey}`, 19 - icon: "tabler--brand-bluesky", 19 + icon: "ri--bluesky", 20 20 }), 21 21 "app.bsky.feed.generator": (uri) => ({ 22 22 label: "Bluesky", 23 23 link: `https://bsky.app/profile/${uri.repo}/feed/${uri.rkey}`, 24 - icon: "tabler--brand-bluesky", 24 + icon: "ri--bluesky", 25 25 }), 26 26 "fyi.unravel.frontpage.post": (uri) => ({ 27 27 label: "Frontpage",