mirror of
https://codeberg.org/readeck/browser-extension.git
synced 2026-05-08 11:22:27 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ SPDX-License-Identifier: GPL-3.0-only
|
||||
$: archiveIcon = isArchived ? "icon-[bxs--archive]" : "icon-[bx--archive]"
|
||||
$: archiveLabel = isArchived ? "Remove from archive" : "Add to archive"
|
||||
$: readIcon = isRead ? "icon-[bxs--check-circle]" : "icon-[bx--check-circle]"
|
||||
$: readLabel = isRead ? "Mark as unread" : "Mark a read"
|
||||
$: readLabel = isRead ? "Mark as unread" : "Mark as read"
|
||||
|
||||
$: {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user