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