A social knowledge tool for researchers built on ATProto

fix: lint

Changed files
+4 -3
src
webapp
app
bookmarklet
+4 -3
src/webapp/app/bookmarklet/page.tsx
··· 60 60 bookmarks bar 61 61 </Text> 62 62 <Text> 63 - 2. When you're on any webpage, click the bookmarklet to open it in 64 - Semble 63 + { 64 + "2. When you're on any webpage, click the bookmarklet to open it in Semble" 65 + } 65 66 </Text> 66 67 </Stack> 67 68 </Alert> ··· 71 72 Method 1: Drag to Bookmarks Bar 72 73 </Title> 73 74 <Text c="dimmed"> 74 - Drag this button directly to your browser's bookmarks bar: 75 + {"Drag this button directly to your browser's bookmarks bar:"} 75 76 </Text> 76 77 <Group> 77 78 <Box dangerouslySetInnerHTML={createBookmarkletLink()} />