Some cleanup

This commit is contained in:
2024-01-26 10:57:15 +11:00
parent 40a033fa30
commit 9dad3d88ce
2 changed files with 5 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:
== bookmark.content
- unless bookmark.cached_content.nil?
button class="hover:text-gray-400" @click="open = ! open" Toggle reader version
button class="hover:text-gray-400" @click="open = ! open" Toggle cached version
span x-show="open"
div class="mt-4 rounded bg-blue-50 dark:bg-blue-900 px-4 py-2"