(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
99
fork

Configure Feed

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

update shortcut url

scanash00 8ced515d 1643e825

+4 -4
+1 -1
web/src/components/modals/IOSShortcutModal.tsx
··· 76 76 Install the shortcut 77 77 </p> 78 78 <a 79 - href="https://www.icloud.com/shortcuts/21c87edf29b046db892c9e57dac6d1fd" 79 + href="https://www.icloud.com/shortcuts/1e33ebf52f55431fae1e187cfe9738c3" 80 80 target="_blank" 81 81 rel="noopener noreferrer" 82 82 className="inline-flex items-center gap-1.5 mt-1.5 px-3 py-1.5 bg-surface-100 dark:bg-surface-800 hover:bg-surface-200 dark:hover:bg-surface-700 text-surface-900 dark:text-white rounded-lg text-xs font-medium transition-colors"
+2 -2
web/src/components/navigation/MobileNav.tsx
··· 133 133 <div className="h-px bg-surface-200 dark:bg-surface-700 my-2" /> 134 134 135 135 <a 136 - href="https://www.icloud.com/shortcuts/21c87edf29b046db892c9e57dac6d1fd" 136 + href="https://www.icloud.com/shortcuts/1e33ebf52f55431fae1e187cfe9738c3" 137 137 target="_blank" 138 138 rel="noopener noreferrer" 139 139 className="flex items-center gap-3 p-3 rounded-xl hover:bg-surface-100 dark:hover:bg-surface-800 transition-colors text-surface-700 dark:text-surface-200" ··· 186 186 <div className="h-px bg-surface-200 dark:bg-surface-700 my-2" /> 187 187 188 188 <a 189 - href="https://www.icloud.com/shortcuts/21c87edf29b046db892c9e57dac6d1fd" 189 + href="https://www.icloud.com/shortcuts/1e33ebf52f55431fae1e187cfe9738c3" 190 190 target="_blank" 191 191 rel="noopener noreferrer" 192 192 className="flex items-center gap-3 p-3 rounded-xl hover:bg-surface-100 dark:hover:bg-surface-800 transition-colors text-surface-700 dark:text-surface-200"
+1 -1
web/src/views/About.tsx
··· 401 401 </a> 402 402 )} 403 403 <a 404 - href="https://www.icloud.com/shortcuts/21c87edf29b046db892c9e57dac6d1fd" 404 + href="https://www.icloud.com/shortcuts/1e33ebf52f55431fae1e187cfe9738c3" 405 405 target="_blank" 406 406 rel="noopener noreferrer" 407 407 className="inline-flex items-center justify-center gap-2 px-5 py-2.5 bg-surface-100 dark:bg-surface-800 text-surface-700 dark:text-surface-200 rounded-lg font-medium text-sm transition-all hover:bg-surface-200 dark:hover:bg-surface-700 border border-surface-200/80 dark:border-surface-700/80"