handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: better icon for plc applicator

Mary 45fd627b 0c59d394

+21 -1
+19
src/components/ic-icons/outline-admin-panel-settings.tsx
··· 1 + import { createIcon } from './_icon'; 2 + 3 + const AdminPanelSettingsOutlinedIcon = createIcon(() => ( 4 + <svg width="1em" height="1em" viewBox="0 0 24 24"> 5 + <circle cx="17" cy="15.5" r="1.12" fill="currentColor" fill-rule="evenodd" /> 6 + <path 7 + fill="currentColor" 8 + fill-rule="evenodd" 9 + d="M17 17.5c-.73 0-2.19.36-2.24 1.08c.5.71 1.32 1.17 2.24 1.17s1.74-.46 2.24-1.17c-.05-.72-1.51-1.08-2.24-1.08" 10 + /> 11 + <path 12 + fill="currentColor" 13 + fill-rule="evenodd" 14 + d="M18 11.09V6.27L10.5 3L3 6.27v4.91c0 4.54 3.2 8.79 7.5 9.82c.55-.13 1.08-.32 1.6-.55A5.97 5.97 0 0 0 17 23c3.31 0 6-2.69 6-6c0-2.97-2.16-5.43-5-5.91M11 17c0 .56.08 1.11.23 1.62c-.24.11-.48.22-.73.3c-3.17-1-5.5-4.24-5.5-7.74v-3.6l5.5-2.4l5.5 2.4v3.51c-2.84.48-5 2.94-5 5.91m6 4c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4" 15 + /> 16 + </svg> 17 + )); 18 + 19 + export default AdminPanelSettingsOutlinedIcon;
+2 -1
src/views/frontpage.tsx
··· 3 3 import { useTitle } from '~/lib/navigation/router'; 4 4 5 5 import HistoryIcon from '~/components/ic-icons/baseline-history'; 6 + import AdminPanelSettingsOutlinedIcon from '~/components/ic-icons/outline-admin-panel-settings'; 6 7 import ArchiveOutlinedIcon from '~/components/ic-icons/outline-archive'; 7 8 import BookmarksOutlinedIcon from '~/components/ic-icons/outline-bookmarks'; 8 9 import DirectionsCarOutlinedIcon from '~/components/ic-icons/outline-directions-car'; ··· 43 44 name: `Apply PLC operations`, 44 45 description: `Submit operations to your did:plc identity`, 45 46 href: `/plc-applicator`, 46 - icon: VisibilityOutlinedIcon, 47 + icon: AdminPanelSettingsOutlinedIcon, 47 48 }, 48 49 ], 49 50 },