Write on the margins of the internet. Powered by the AT Protocol.
0
fork

Configure Feed

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

fix: tooltip

+1 -1
+1 -1
web/src/views/content/UrlPage.tsx
··· 191 191 <button 192 192 onClick={handleNavigateMyAnnotations} 193 193 className="flex items-center gap-1.5 px-3 py-1.5 bg-surface-100 dark:bg-surface-700 hover:bg-surface-200 dark:hover:bg-surface-600 text-surface-700 dark:text-surface-200 text-sm font-medium rounded-lg transition-colors" 194 - title="Copy link to your annotations on this page" 194 + title="See your annotations for this page" 195 195 > 196 196 <User size={14} /> My Annotations 197 197 </button>