Skip to content

Commit 3073f24

Browse files
WEBDEV-7126 Add mobile options to LCP download message (#1360)
* Add mobile options to download message * Simplify download message * Add rel=nofollow etc. where needed --------- Co-authored-by: Rebecca Shoptaw <rebecca@archive.org>
1 parent f311abd commit 3073f24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BookNavigator/downloads/downloads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class IABookDownloads extends LitElement {
6464

6565
get installLCPSoftwareMsg() {
6666
return html`
67-
<p>For LCP downloads, make sure you have LCP software such as <a href="https://thorium.edrlab.org/" rel="noopener noreferrer nofollow" target="_blank">Thorium</a> installed on your device.</p>
67+
<p>For LCP downloads, make sure you have LCP software such as <a href="https://thorium.edrlab.org/" rel="noopener noreferrer nofollow" target="_blank">Thorium (desktop)</a>, <a href="https://apps.apple.com/us/app/cantook-by-aldiko/id1476410111" rel="noopener noreferrer nofollow" target="_blank">Cantook (iOS)</a> or <a href="https://play.google.com/store/apps/details?id=com.aldiko.android" rel="noopener noreferrer nofollow" target="_blank">Cantook (Android)</a> installed on your device.</p>
6868
`;
6969
}
7070

0 commit comments

Comments
 (0)